Kaydet (Commit) 0e6f148b authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-const-variable

Change-Id: I7b38539b6c4153d6e5268551c8d3f8cbaf5be400
üst 4dc4d978
...@@ -94,7 +94,6 @@ css::uno::Sequence< OUString > SAL_CALL CURI::getSupportedServiceNames() throw ( ...@@ -94,7 +94,6 @@ css::uno::Sequence< OUString > SAL_CALL CURI::getSupportedServiceNames() throw (
return comp_CURI::_getSupportedServiceNames(); 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_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_nsRDF [] = "http://www.w3.org/1999/02/22-rdf-syntax-ns#";
const char s_nsRDFs [] = "http://www.w3.org/2000/01/rdf-schema#"; const char s_nsRDFs [] = "http://www.w3.org/2000/01/rdf-schema#";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment