diff options
author | Thorsten Behrens <tbehrens@novell.com> | 2010-11-12 13:55:57 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2010-11-15 18:42:57 +0100 |
commit | 951e03ab99176ce99a09e2fbbf428a962912f779 (patch) | |
tree | 8dd5acbd377827a8641b430bccfb3d6f5b2e723f | |
parent | b02ec347aa3e47727f139512d457c674525f60b6 (diff) |
Removed unused string var
(cherry picked from commit 62123778018c33cd02eb71a94ac52ec46854e2d4)
-rw-r--r-- | xmloff/source/core/xmlexp.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmloff/source/core/xmlexp.cxx b/xmloff/source/core/xmlexp.cxx index 2deb1c7a7f9d..c3bf018ae09c 100644 --- a/xmloff/source/core/xmlexp.cxx +++ b/xmloff/source/core/xmlexp.cxx @@ -116,8 +116,6 @@ using namespace ::xmloff::token; sal_Char __READONLY_DATA sXML_1_1[] = "1.1"; sal_Char __READONLY_DATA sXML_1_2[] = "1.2"; -const sal_Char *sOpenOfficeOrgProject ="OpenOffice.org_project"; - const sal_Char s_grddl_xsl[] = "http://docs.oasis-open.org/office/1.2/xslt/odf2rdf.xsl"; |