diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-09-30 19:42:40 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 16:49:35 +0200 |
commit | 9c249ac18ef094ef4fac2916798c06332c0d4bb1 (patch) | |
tree | 2fc0545456a158083d3f1cd8c64ee5bc22898d20 /svx | |
parent | 104dd67b96f00c09af866fe4bbbae7b727a80900 (diff) |
-Werror,-Wunused-const-variable
Change-Id: I4feed2237f71ab4baeee44ca1404072f52e5eca4
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/customshapes/EnhancedCustomShapeGeometry.cxx | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx b/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx index 007373ea0c68..7b79dc334bd8 100644 --- a/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx +++ b/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx @@ -27,10 +27,6 @@ static const sal_Int32 MIN_INT32 = std::numeric_limits<sal_Int32>::min(); -static const sal_Int32 mso_sptDefault0[] = -{ - 1, 0 -}; static const sal_Int32 mso_sptDefault1400[] = { 1, 1400 @@ -3108,10 +3104,6 @@ static const SvxMSDffCalculationData mso_sptSmileyFaceCalc[] = { 0x4000, { 15510, 0x400, 0 } } }; -static const SvxMSDffTextRectangles mso_sptSmileyFaceTextRect[] = -{ - { { 0, 1 MSO_I }, { 4 MSO_I, 21600 } } -}; static const sal_Int32 mso_sptSmileyFaceDefault[] = { 1, 17520 @@ -6269,31 +6261,10 @@ sal_Bool SortFilledObjectsToBackByDefault( MSO_SPT eSpType ) return bSortFilledObjectsToBackByDefault; } -static const SvxMSDffVertPair mso_sptFontWorkVert[] = -{ - { 0, 0 }, { 21600, 0 }, { 0, 21600 }, { 21600, 21600 } -}; -static const sal_uInt16 mso_sptFontWorkSegm[] = -{ - 0x4000, 0x0001, 0x8000, - 0x4000, 0x0001, 0x8000 -}; static const SvxMSDffTextRectangles mso_sptFontWorkTextRect[] = { { { 0, 0 }, { 21600, 21600 } } }; -static const mso_CustomShape msoFontWork = -{ - (SvxMSDffVertPair*)mso_sptFontWorkVert, SAL_N_ELEMENTS( mso_sptFontWorkVert ), - (sal_uInt16*)mso_sptFontWorkSegm, sizeof( mso_sptFontWorkSegm ) >> 1, - NULL, 0, - NULL, - (SvxMSDffTextRectangles*)mso_sptFontWorkTextRect, SAL_N_ELEMENTS( mso_sptFontWorkTextRect ), - 21600, 21600, - MIN_INT32, MIN_INT32, - NULL, 0, - NULL, 0 // Handles -}; static const SvxMSDffVertPair mso_sptTextPlainTextVert[] = { |