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

Miklos Vajna (via logerrit) logerrit at kemper.freedesktop.org
Mon Apr 29 14:14:33 UTC 2019


 xmlsecurity/source/helper/xsecctl.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit f5f8891d823f01090853217479de584f940de459
Author:     Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Mon Apr 29 16:13:36 2019 +0200
Commit:     Miklos Vajna <vmiklos at collabora.com>
CommitDate: Mon Apr 29 16:13:36 2019 +0200

    xmlsecurity: fix the Android build
    
    Change-Id: Ib04060ee4dc2a4ece2858548690e8ef182bf00b1

diff --git a/xmlsecurity/source/helper/xsecctl.cxx b/xmlsecurity/source/helper/xsecctl.cxx
index f4ff8a156f47..4a0778ca6329 100644
--- a/xmlsecurity/source/helper/xsecctl.cxx
+++ b/xmlsecurity/source/helper/xsecctl.cxx
@@ -33,6 +33,9 @@
 #include <com/sun/star/xml/crypto/sax/XReferenceCollector.hpp>
 #include <com/sun/star/xml/crypto/sax/XSAXEventKeeperStatusChangeBroadcaster.hpp>
 #include <com/sun/star/xml/crypto/SecurityOperationStatus.hpp>
+#ifdef ANDROID
+#include <com/sun/star/xml/crypto/XXMLSignature.hpp>
+#endif
 #include <com/sun/star/embed/XHierarchicalStorageAccess.hpp>
 #include <com/sun/star/embed/ElementModes.hpp>
 #include <com/sun/star/beans/StringPair.hpp>


More information about the Libreoffice-commits mailing list