diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/customshapes/EnhancedCustomShapeGeometry.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 = { |