diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-09-30 19:25:24 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 16:49:34 +0200 |
commit | e78d5f84a96f5d2d69e3a30a189f9497be279082 (patch) | |
tree | b385c3a8adc5401f979e0654d1d302382508196a /xmloff | |
parent | 8bcd7181e025a4d12ebd984b43e2797f15f99cb0 (diff) |
-Werror,-Wunused-const-variable
Change-Id: Iec2cf62c1d691b3229a37bcb952553b3424b081e
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/XMLIndexTOCSourceContext.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLIndexTOCSourceContext.cxx b/xmloff/source/text/XMLIndexTOCSourceContext.cxx index e7b3f1f93434..f85572036d13 100644 --- a/xmloff/source/text/XMLIndexTOCSourceContext.cxx +++ b/xmloff/source/text/XMLIndexTOCSourceContext.cxx @@ -41,7 +41,6 @@ using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::Any; using ::com::sun::star::xml::sax::XAttributeList; -const sal_Char sAPI_CreateFromChapter[] = "CreateFromChapter"; const sal_Char sAPI_CreateFromOutline[] = "CreateFromOutline"; const sal_Char sAPI_CreateFromMarks[] = "CreateFromMarks"; const sal_Char sAPI_Level[] = "Level"; |