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:33:26 +0100 |
commit | 542cff94c8ab76178d0d678cc58c6271604ead17 (patch) | |
tree | 6f5e1ef7f393ef2adfe2f53c3fadfdf4e3760790 | |
parent | 921d17a450278f39688e4f45e85e45acfcc6f80a (diff) |
Removed unused string var
-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 fcf293767095..079a1869904c 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"; |