summaryrefslogtreecommitdiff
path: root/unoxml
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2011-02-08 15:13:57 +0100
committerMichael Stahl <mst@openoffice.org>2011-02-08 15:13:57 +0100
commit56ae06cd392e208424a00f7e920b9ed25e5943ad (patch)
tree5f95e85d800448aa76c6a86fd8d8f5fc8bc33808 /unoxml
parent18c7a3c31a214ed6170f0a8c88b4d9d67d0855eb (diff)
sw34bf03: #i116443#: unordf: do not use rdfxml-abbrev serializer
Diffstat (limited to 'unoxml')
-rw-r--r--unoxml/source/rdf/librdf_repository.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/unoxml/source/rdf/librdf_repository.cxx b/unoxml/source/rdf/librdf_repository.cxx
index 83de4df8050f..948c84cf3dab 100644
--- a/unoxml/source/rdf/librdf_repository.cxx
+++ b/unoxml/source/rdf/librdf_repository.cxx
@@ -1069,8 +1069,9 @@ throw (uno::RuntimeException, lang::IllegalArgumentException,
"librdf_Repository::exportGraph: "
"librdf_model_context_as_stream failed"), *this);
}
-// const char *format("rdfxml");
- const char *format("rdfxml-abbrev");
+ const char *format("rdfxml");
+ // #i116443#: abbrev breaks when certain URIs are used as data types
+// const char *format("rdfxml-abbrev");
const boost::shared_ptr<librdf_serializer> pSerializer(
librdf_new_serializer(m_pWorld.get(), format, NULL, NULL),
safe_librdf_free_serializer);