summaryrefslogtreecommitdiff
path: root/cui/source/tabpages
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-04-22 05:08:10 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-04-22 05:08:37 +0900
commit2496eb6fd40ed6d91bdbc4a85e5b30b1afc707d1 (patch)
tree8733ccc7d88cedfc5012ab883a7e6e30670a83da /cui/source/tabpages
parent2ce52cbb18e8083dc14c6701a2dab8ca32b81967 (diff)
removed unused static data
Diffstat (limited to 'cui/source/tabpages')
-rw-r--r--cui/source/tabpages/numpages.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/tabpages/numpages.cxx b/cui/source/tabpages/numpages.cxx
index 0b4dfa18d22f..a4d38370874b 100644
--- a/cui/source/tabpages/numpages.cxx
+++ b/cui/source/tabpages/numpages.cxx
@@ -104,7 +104,6 @@ SV_IMPL_PTRARR(SvxNumSettingsArr_Impl,SvxNumSettings_ImplPtr);
static sal_Bool bLastRelative = sal_False;
static const sal_Char cNumberingType[] = "NumberingType";
-static const sal_Char cValue[] = "Value";
static const sal_Char cParentNumbering[] = "ParentNumbering";
static const sal_Char cPrefix[] = "Prefix";
static const sal_Char cSuffix[] = "Suffix";