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/"; ////////////////////////////////////////////////////////////////////////////