summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2020-09-17 14:52:18 +0200
committerJan-Marek Glogowski <glogow@fbihome.de>2020-09-17 14:52:21 +0200
commitd7ef802bbb3b2f01fdbf7af6da50d272bcf0abd1 (patch)
tree592b9432b40646ab16548f4da0aa6759344dc147 /vcl
parentf532087b4787ac0b6564cd3a002e59c8709082c6 (diff)
Add schema comment to XML namespaced block
Just for reference, like all other namespaces. Change-Id: I1931063039e90c37ba54debb89d4e8994054f745
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/pdf/XmpMetadata.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/pdf/XmpMetadata.cxx b/vcl/source/pdf/XmpMetadata.cxx
index 70588dab31cd..180a8d037b46 100644
--- a/vcl/source/pdf/XmpMetadata.cxx
+++ b/vcl/source/pdf/XmpMetadata.cxx
@@ -144,6 +144,7 @@ void XmpMetadata::write()
aXmlWriter.endElement();
}
+ // XMP Basic schema
aXmlWriter.startElement("rdf:Description");
aXmlWriter.attribute("rdf:about", OString(""));
aXmlWriter.attribute("xmlns:xmp", OString("http://ns.adobe.com/xap/1.0/"));