diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-09-30 19:24:21 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 16:49:34 +0200 |
commit | 8bcd7181e025a4d12ebd984b43e2797f15f99cb0 (patch) | |
tree | 8e3c25cf1087569fb5bf2b3ed6d848d728f429ae /xmloff | |
parent | 2142250f15649ddf43adef9108b983a79b98315f (diff) |
-Werror,-Wunused-const-variable
Change-Id: Ief9d3dc339df3f22d4774d0fc27a128d4519ab27
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/XMLIndexSimpleEntryContext.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLIndexSimpleEntryContext.cxx b/xmloff/source/text/XMLIndexSimpleEntryContext.cxx index 934129b37df3..8578dfffcfaa 100644 --- a/xmloff/source/text/XMLIndexSimpleEntryContext.cxx +++ b/xmloff/source/text/XMLIndexSimpleEntryContext.cxx @@ -36,9 +36,6 @@ using ::com::sun::star::xml::sax::XAttributeList; using ::xmloff::token::IsXMLToken; using ::xmloff::token::XML_STYLE_NAME; -const sal_Char sAPI_TokenType[] = "TokenType"; -const sal_Char sAPI_CharacterStyleName[] = "CharacterStyleName"; - TYPEINIT1( XMLIndexSimpleEntryContext, SvXMLImportContext); XMLIndexSimpleEntryContext::XMLIndexSimpleEntryContext( |