From 69c049e528010d9fcf0ad764b5d03f438dd7c237 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sun, 15 Jan 2012 16:47:30 +0100 Subject: WaE: narrowing conversion from unsigned int to sal_Int32 --- svx/source/customshapes/EnhancedCustomShapeGeometry.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'svx') diff --git a/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx b/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx index d8bb49168260..663ccce7efc7 100644 --- a/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx +++ b/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx @@ -2103,9 +2103,9 @@ static const SvxMSDffTextRectangles mso_sptCircularArrowTextRect[] = // todo static const SvxMSDffHandle mso_sptCircularArrowHandle[] = { { MSDFF_HANDLE_FLAGS_POLAR | MSDFF_HANDLE_FLAGS_RADIUS_RANGE, - 10800, 0x100, 10800, 10800, 10800, 10800, 0xff4c0000, 0x00b40000 }, + 10800, 0x100, 10800, 10800, 10800, 10800, -0x7f4c0000, 0x00b40000 }, { MSDFF_HANDLE_FLAGS_POLAR | MSDFF_HANDLE_FLAGS_RADIUS_RANGE, - 0x102, 0x101, 10800, 10800, 0, 10800, 0xff4c0000, 0x00b40000 } + 0x102, 0x101, 10800, 10800, 0, 10800, -0x7f4c0000, 0x00b40000 } }; static const mso_CustomShape msoCircularArrow = { -- cgit