diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-01 16:47:34 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 16:49:39 +0200 |
commit | 457d4b53fe7db8fd9141e9f331a72dd05700266f (patch) | |
tree | 905ff6662b4b056aea7c1adcabaea5c01af503c4 /cui | |
parent | 10da40272cea1e5450a3ba9b6737b6aecd5d0713 (diff) |
-Werror,-Wunused-const-variable
Change-Id: I5269abf769839f525d949b90e827f1322e44f2dd
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/tabpages/numpages.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/cui/source/tabpages/numpages.cxx b/cui/source/tabpages/numpages.cxx index 143d5866722a..6b21a99a2a57 100644 --- a/cui/source/tabpages/numpages.cxx +++ b/cui/source/tabpages/numpages.cxx @@ -140,16 +140,6 @@ static const sal_Unicode aBulletTypes[] = 0x2714 }; -static sal_Char const aNumChar[] = -{ - 'A', //CHARS_UPPER_LETTER - 'a', //CHARS_LOWER_LETTER - 'I', //ROMAN_UPPER - 'i', //ROMAN_LOWER - '1', //ARABIC - ' ' -}; - // Is one of the masked formats set? static sal_Bool lcl_IsNumFmtSet(SvxNumRule* pNum, sal_uInt16 nLevelMask) { |