diff options
-rw-r--r-- | unoxml/source/rdf/librdf_repository.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/source/rdf/librdf_repository.cxx b/unoxml/source/rdf/librdf_repository.cxx index 5d0de18041a9..82d0f9077f58 100644 --- a/unoxml/source/rdf/librdf_repository.cxx +++ b/unoxml/source/rdf/librdf_repository.cxx @@ -1166,7 +1166,7 @@ throw (uno::RuntimeException, lang::IllegalArgumentException, "librdf_Repository::exportGraph: " "librdf_model_context_as_stream failed", *this); } - const char *format("rdfxml"); + const char * const format("rdfxml"); // #i116443#: abbrev breaks when certain URIs are used as data types // const char *format("rdfxml-abbrev"); const std::shared_ptr<librdf_serializer> pSerializer( |