diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-01 10:55:08 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 16:49:36 +0200 |
commit | 0e6f148b9cf822153d40ce1f26bc0a8996099cc2 (patch) | |
tree | 078c71e092ed751861a8d58aa19e00a452707640 /unoxml | |
parent | 4dc4d978eb8ccd16448d94d4e7f8b247f0869826 (diff) |
-Werror,-Wunused-const-variable
Change-Id: I7b38539b6c4153d6e5268551c8d3f8cbaf5be400
Diffstat (limited to 'unoxml')
-rw-r--r-- | unoxml/source/rdf/CURI.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unoxml/source/rdf/CURI.cxx b/unoxml/source/rdf/CURI.cxx index e7aa311ebb75..63ff77ed0c7a 100644 --- a/unoxml/source/rdf/CURI.cxx +++ b/unoxml/source/rdf/CURI.cxx @@ -94,7 +94,6 @@ css::uno::Sequence< OUString > SAL_CALL CURI::getSupportedServiceNames() throw ( return comp_CURI::_getSupportedServiceNames(); } -const char s_nsXS [] = "http://www.w3.org/2001/XMLSchema#"; const char s_nsXSD [] = "http://www.w3.org/2001/XMLSchema-datatypes#"; const char s_nsRDF [] = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"; const char s_nsRDFs [] = "http://www.w3.org/2000/01/rdf-schema#"; |