diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-09-30 19:23:59 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 16:49:34 +0200 |
commit | 2142250f15649ddf43adef9108b983a79b98315f (patch) | |
tree | 43a0e5f13816237a0ce3b22b0e9a69fa0c6d833b /xmloff | |
parent | 4a1d08eb7312fd3da6ef0a680e78cab421fe77f4 (diff) |
-Werror,-Wunused-const-variable
Change-Id: Ifbc7fb710397c4f5a365e2a78775c417e352ff98
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/XMLIndexObjectSourceContext.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLIndexObjectSourceContext.cxx b/xmloff/source/text/XMLIndexObjectSourceContext.cxx index fc4e0e5339c6..8e74e9b3a9d2 100644 --- a/xmloff/source/text/XMLIndexObjectSourceContext.cxx +++ b/xmloff/source/text/XMLIndexObjectSourceContext.cxx @@ -49,7 +49,6 @@ using ::xmloff::token::XML_TOKEN_INVALID; const sal_Char sAPI_CreateFromStarCalc[] = "CreateFromStarCalc"; const sal_Char sAPI_CreateFromStarChart[] = "CreateFromStarChart"; const sal_Char sAPI_CreateFromStarDraw[] = "CreateFromStarDraw"; -const sal_Char sAPI_CreateFromStarImage[] = "CreateFromStarImage"; const sal_Char sAPI_CreateFromStarMath[] = "CreateFromStarMath"; const sal_Char sAPI_CreateFromOtherEmbeddedObjects[] = "CreateFromOtherEmbeddedObjects"; |