summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-09-30 19:07:51 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-10-02 16:49:33 +0200
commita7f3b0cff66abf229efeb0e7b5ee00d5d77c1966 (patch)
tree7a05df3e65c0b48935898938cbbc2d51effeb42a /xmloff
parent76a03e52a15e2db8f73842c6670c2e68e6d010e3 (diff)
-Werror,-Wunused-const-variable
Change-Id: Ib7be15303ebaedbfe68f68fa1fe032e39e1eb32a
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/core/xmlexp.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/xmloff/source/core/xmlexp.cxx b/xmloff/source/core/xmlexp.cxx
index e07f4400198c..5e9193746e4b 100644
--- a/xmloff/source/core/xmlexp.cxx
+++ b/xmloff/source/core/xmlexp.cxx
@@ -103,9 +103,6 @@ using namespace ::xmloff::token;
sal_Char const sXML_1_1[] = "1.1";
sal_Char const sXML_1_2[] = "1.2";
-// #i115030#: the XSLT is not finished, and not available via HTTP
-const sal_Char s_grddl_xsl[] = "http://FIXME";
-
#define XML_MODEL_SERVICE_WRITER "com.sun.star.text.TextDocument"
#define XML_MODEL_SERVICE_CALC "com.sun.star.sheet.SpreadsheetDocument"
#define XML_MODEL_SERVICE_DRAW "com.sun.star.drawing.DrawingDocument"
@@ -1291,12 +1288,12 @@ lcl_AddGrddl(SvXMLExport & rExport, const sal_Int32 /*nExportMode*/)
default: break;
}
- // #i115030#: disabled
+ // #i115030#: disabled, the XSLT is not finished, and not available via HTTP
#if 0
if (EXPORT_SETTINGS != nExportMode) // meta, content, styles
{
rExport.AddAttribute( XML_NAMESPACE_GRDDL, XML_TRANSFORMATION,
- OUString(s_grddl_xsl) );
+ OUString("http://FIXME") );
}
#endif
}