diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-01 10:55:33 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 16:49:36 +0200 |
commit | b03fa7d6707f4701a35d107cd44688d4b10edd5f (patch) | |
tree | 5a9ed5aee5fb0d722e3937f93c4309a09a8ded45 /unoxml | |
parent | 0e6f148b9cf822153d40ce1f26bc0a8996099cc2 (diff) |
-Werror,-Wunused-const-variable
Change-Id: I520782b2a4cc7a7b100471f18980515acb2e4ede
Diffstat (limited to 'unoxml')
-rw-r--r-- | unoxml/source/rdf/librdf_repository.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
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<librdf_NamedGraph> > 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/"; //////////////////////////////////////////////////////////////////////////// |