svx/source/customshapes/EnhancedCustomShapeGeometry.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit da99d73abfefd704f40ad6bc46172e267407a5ab Author: Caolán McNamara <caol...@redhat.com> Date: Sun May 19 13:54:27 2013 +0100 WaE: 0x80000000 -> MIN_INT32 Change-Id: Ifc892a5c0e436cce345a329bcef10b875eeb839f diff --git a/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx b/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx index e823edc..abdc77b 100644 --- a/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx +++ b/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx @@ -6465,7 +6465,7 @@ static const sal_uInt16 mso_sptTextRingInsideSegm[] = static const SvxMSDffHandle mso_sptTextRingInsideHandle[] = { { MSDFF_HANDLE_FLAGS_RANGE| MSDFF_HANDLE_FLAGS_RANGE_Y_MAX_IS_SPECIAL | MSDFF_HANDLE_FLAGS_RANGE_Y_MIN_IS_SPECIAL, - 10800, 0x100, 10800, 10800, 0x80000000, 0x7fffffff, 10800, 21600 } + 10800, 0x100, 10800, 10800, MIN_INT32, 0x7fffffff, 10800, 21600 } }; static const mso_CustomShape msoTextRingInside = { @@ -6475,7 +6475,7 @@ static const mso_CustomShape msoTextRingInside = (sal_Int32*)mso_sptDefault13500, (SvxMSDffTextRectangles*)mso_sptFontWorkTextRect, sizeof( mso_sptFontWorkTextRect ) / sizeof( SvxMSDffTextRectangles ), 21600, 21600, - 0x80000000, 0x80000000, + MIN_INT32, MIN_INT32, NULL, 0, (SvxMSDffHandle*)mso_sptTextRingInsideHandle, sizeof( mso_sptTextRingInsideHandle ) / sizeof( SvxMSDffHandle ) };
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits