CVS wrapper -- version: 1.104 Index: tablehandles.cxx =================================================================== RCS file: /cvs/graphics/svx/source/table/tablehandles.cxx,v retrieving revision 1.2 diff -r1.2 tablehandles.cxx 137c137 < return std::min( std::max( mbHorizontal ? rDrag.GetDY() : rDrag.GetDX(), mnMin ), mnMax ); --- > return std::min( std::max( (sal_Int32)(mbHorizontal ? rDrag.GetDY() : rDrag.GetDX()), (sal_Int32)mnMin ), (sal_Int32)mnMax );