From 2142250f15649ddf43adef9108b983a79b98315f Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 30 Sep 2013 19:23:59 +0200 Subject: -Werror,-Wunused-const-variable Change-Id: Ifbc7fb710397c4f5a365e2a78775c417e352ff98 --- xmloff/source/text/XMLIndexObjectSourceContext.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'xmloff') 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"; -- cgit