summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-10-01 19:30:43 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-10-02 16:49:42 +0200
commit9e76691bc20cd5bf32fe76f5c2eacaa5b5db6d88 (patch)
tree0690aa6e209d9c3436695ef276e137683e4817cf /sd
parent6e41ee0927ab44d653466aab51851e92b428f8c0 (diff)
-Werror,-Wunused-const-variable
Change-Id: Ie9611fc32c046059425a4b14988d69574869c3c5
Diffstat (limited to 'sd')
-rw-r--r--sd/source/filter/xml/sdxmlwrp.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/filter/xml/sdxmlwrp.cxx b/sd/source/filter/xml/sdxmlwrp.cxx
index 5a3fc8de0659..50aba6fee208 100644
--- a/sd/source/filter/xml/sdxmlwrp.cxx
+++ b/sd/source/filter/xml/sdxmlwrp.cxx
@@ -94,7 +94,6 @@ extern void TransformOOo2xDocument( SdDrawDocument* pDocument );
XML_STRING( sXML_metaStreamName, "meta.xml");
XML_STRING( sXML_styleStreamName, "styles.xml" );
XML_STRING( sXML_contentStreamName, "content.xml" );
-XML_STRING( sXML_oldContentStreamName, "Content.xml" );
XML_STRING( sXML_settingsStreamName, "settings.xml" );
XML_STRING( sXML_export_impress_oasis_service, "com.sun.star.comp.Impress.XMLOasisExporter" );