[Libreoffice-commits] core.git: vcl/source

Jan-Marek Glogowski (via logerrit) logerrit at kemper.freedesktop.org
Thu Sep 17 12:54:52 UTC 2020


 vcl/source/pdf/XmpMetadata.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit d7ef802bbb3b2f01fdbf7af6da50d272bcf0abd1
Author:     Jan-Marek Glogowski <glogow at fbihome.de>
AuthorDate: Thu Sep 17 14:52:18 2020 +0200
Commit:     Jan-Marek Glogowski <glogow at fbihome.de>
CommitDate: Thu Sep 17 14:52:21 2020 +0200

    Add schema comment to XML namespaced block
    
    Just for reference, like all other namespaces.
    
    Change-Id: I1931063039e90c37ba54debb89d4e8994054f745

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


More information about the Libreoffice-commits mailing list