[Libreoffice-commits] core.git: xmlsecurity/inc xmlsecurity/source

Samuel Mehrbrodt Samuel.Mehrbrodt at cib.de
Thu Jul 20 14:02:39 UTC 2017


 xmlsecurity/inc/xsecctl.hxx           |    1 +
 xmlsecurity/source/helper/xsecctl.cxx |    3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 610254209a96fee9409a2853f4b5cbf8ab0eb3ee
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Date:   Tue Jul 18 12:10:20 2017 +0200

    Move namespace declaration to header file
    
    Change-Id: I5388d649ff3c8da0ff055f4aed6036647a123939
    Reviewed-on: https://gerrit.libreoffice.org/40130
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

diff --git a/xmlsecurity/inc/xsecctl.hxx b/xmlsecurity/inc/xsecctl.hxx
index 27cb60e54dc0..0cab6691bb63 100644
--- a/xmlsecurity/inc/xsecctl.hxx
+++ b/xmlsecurity/inc/xsecctl.hxx
@@ -51,6 +51,7 @@
 #define NS_DC      "http://purl.org/dc/elements/1.1/"
 #define NS_XD      "http://uri.etsi.org/01903/v1.3.2#"
 #define NS_MDSSI   "http://schemas.openxmlformats.org/package/2006/digital-signature"
+#define NS_LOEXT   "urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"
 
 #define ALGO_C14N          "http://www.w3.org/TR/2001/REC-xml-c14n-20010315"
 #define ALGO_RSASHA1       "http://www.w3.org/2000/09/xmldsig#rsa-sha1"
diff --git a/xmlsecurity/source/helper/xsecctl.cxx b/xmlsecurity/source/helper/xsecctl.cxx
index e731951369c0..2ed07673a320 100644
--- a/xmlsecurity/source/helper/xsecctl.cxx
+++ b/xmlsecurity/source/helper/xsecctl.cxx
@@ -727,8 +727,7 @@ void XSecController::exportSignature(
             if (!signatureInfo.ouGpgCertificate.isEmpty())
             {
                 pAttributeList = new SvXMLAttributeList();
-                pAttributeList->AddAttribute("xmlns:loext",
-                                             "urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0");
+                pAttributeList->AddAttribute("xmlns:loext", NS_LOEXT);
                 /* Write PGPData element */
                 xDocumentHandler->startElement(
                     "PGPData",


More information about the Libreoffice-commits mailing list