From b03fa7d6707f4701a35d107cd44688d4b10edd5f Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 1 Oct 2013 10:55:33 +0200 Subject: -Werror,-Wunused-const-variable Change-Id: I520782b2a4cc7a7b100471f18980515acb2e4ede --- unoxml/source/rdf/librdf_repository.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'unoxml') diff --git a/unoxml/source/rdf/librdf_repository.cxx b/unoxml/source/rdf/librdf_repository.cxx index d5d990bf8ac4..120c0cad26a3 100644 --- a/unoxml/source/rdf/librdf_repository.cxx +++ b/unoxml/source/rdf/librdf_repository.cxx @@ -89,8 +89,6 @@ typedef std::map< OUString, ::rtl::Reference > NamedGraphMap_t; const char s_sparql [] = "sparql"; -const char s_nsRDFs [] = "http://www.w3.org/2000/01/rdf-schema#"; -const char s_label [] = "label"; const char s_nsOOo [] = "http://openoffice.org/2004/office/rdfa/"; //////////////////////////////////////////////////////////////////////////// -- cgit