From 0e6f148b9cf822153d40ce1f26bc0a8996099cc2 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 1 Oct 2013 10:55:08 +0200 Subject: -Werror,-Wunused-const-variable Change-Id: I7b38539b6c4153d6e5268551c8d3f8cbaf5be400 --- unoxml/source/rdf/CURI.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'unoxml/source/rdf/CURI.cxx') 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#"; -- cgit