summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-01-15 16:47:30 +0100
committerMichael Stahl <mstahl@redhat.com>2012-05-18 16:37:54 +0200
commit6ece1739798dc1344115b7f632f93a8bafb25ee5 (patch)
tree9d815aae71a187ff1a3b4a6f4cedf2ff98edf4d3 /svx
parent6b1520a89bd39f3115c9681d4b57bbbef7974aed (diff)
WaE: narrowing conversion from unsigned int to sal_Int32
(cherry picked from commit 69c049e528010d9fcf0ad764b5d03f438dd7c237) Signed-off-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/customshapes/EnhancedCustomShapeGeometry.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx b/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx
index 7923eb31a715..2977d6e02156 100644
--- a/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx
+++ b/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx
@@ -2108,9 +2108,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 =
{