diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-09-30 19:22:46 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 16:49:34 +0200 |
commit | 4a1d08eb7312fd3da6ef0a680e78cab421fe77f4 (patch) | |
tree | ad680cd59943fd8f288b63e284cbe8c98b8affdc /xmloff | |
parent | e1f6731187b1384734a72a48411b5e17caf20913 (diff) |
-Werror,-Wunused-const-variable
Change-Id: I977c092248bdbfab33ff4d0c3a748a61d29ff745
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/XMLIndexBibliographyEntryContext.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xmloff/source/text/XMLIndexBibliographyEntryContext.cxx b/xmloff/source/text/XMLIndexBibliographyEntryContext.cxx index ad4eaa217481..9c6f4dd85dc5 100644 --- a/xmloff/source/text/XMLIndexBibliographyEntryContext.cxx +++ b/xmloff/source/text/XMLIndexBibliographyEntryContext.cxx @@ -39,10 +39,6 @@ using ::com::sun::star::uno::Sequence; using ::com::sun::star::uno::Any; using ::com::sun::star::xml::sax::XAttributeList; - -const sal_Char sAPI_TokenType[] = "TokenType"; -const sal_Char sAPI_CharacterStyleName[] = "CharacterStyleName"; - TYPEINIT1( XMLIndexBibliographyEntryContext, XMLIndexSimpleEntryContext); XMLIndexBibliographyEntryContext::XMLIndexBibliographyEntryContext( |