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

Tor Lillqvist tml at collabora.com
Wed Nov 16 15:23:41 UTC 2016


 xmlsecurity/inc/pch/precompiled_xmlsecurity.hxx       |    1 -
 xmlsecurity/source/helper/documentsignaturehelper.cxx |    1 -
 xmlsecurity/source/helper/xmlsignaturehelper.cxx      |    1 -
 xmlsecurity/source/helper/xsecctl.cxx                 |    1 -
 xmlsecurity/source/helper/xsecparser.cxx              |    1 -
 xmlsecurity/source/helper/xsecsign.cxx                |    1 -
 xmlsecurity/source/helper/xsecverify.cxx              |    1 -
 7 files changed, 7 deletions(-)

New commits:
commit f3c42669a504ed763167b95708933add8573217f
Author: Tor Lillqvist <tml at collabora.com>
Date:   Wed Nov 16 15:33:30 2016 +0200

    Nothing from <tools/debug.hxx> used here
    
    Change-Id: Ic7aa466c62eb8850d3c6b50c0e10b0575bd9b82e

diff --git a/xmlsecurity/inc/pch/precompiled_xmlsecurity.hxx b/xmlsecurity/inc/pch/precompiled_xmlsecurity.hxx
index dde0b19..884bd16 100644
--- a/xmlsecurity/inc/pch/precompiled_xmlsecurity.hxx
+++ b/xmlsecurity/inc/pch/precompiled_xmlsecurity.hxx
@@ -268,7 +268,6 @@
 #include <tools/contnr.hxx>
 #include <tools/date.hxx>
 #include <tools/datetime.hxx>
-#include <tools/debug.hxx>
 #include <tools/errinf.hxx>
 #include <tools/fldunit.hxx>
 #include <tools/fontenum.hxx>
diff --git a/xmlsecurity/source/helper/documentsignaturehelper.cxx b/xmlsecurity/source/helper/documentsignaturehelper.cxx
index 103f5c8..f89b635 100644
--- a/xmlsecurity/source/helper/documentsignaturehelper.cxx
+++ b/xmlsecurity/source/helper/documentsignaturehelper.cxx
@@ -34,7 +34,6 @@
 #include <comphelper/documentconstants.hxx>
 #include <comphelper/ofopxmlhelper.hxx>
 #include <comphelper/processfactory.hxx>
-#include <tools/debug.hxx>
 #include <osl/diagnose.h>
 #include <rtl/ref.hxx>
 #include <rtl/uri.hxx>
diff --git a/xmlsecurity/source/helper/xmlsignaturehelper.cxx b/xmlsecurity/source/helper/xmlsignaturehelper.cxx
index 2159019..a4243d9 100644
--- a/xmlsecurity/source/helper/xmlsignaturehelper.cxx
+++ b/xmlsecurity/source/helper/xmlsignaturehelper.cxx
@@ -25,7 +25,6 @@
 #include "xmlsignaturehelper2.hxx"
 
 #include <tools/stream.hxx>
-#include <tools/debug.hxx>
 #include <tools/datetime.hxx>
 
 #include <xmloff/attrlist.hxx>
diff --git a/xmlsecurity/source/helper/xsecctl.cxx b/xmlsecurity/source/helper/xsecctl.cxx
index 2223ef0..a4e0ebe 100644
--- a/xmlsecurity/source/helper/xsecctl.cxx
+++ b/xmlsecurity/source/helper/xsecctl.cxx
@@ -22,7 +22,6 @@
 #include "documentsignaturehelper.hxx"
 #include <algorithm>
 #include <initializer_list>
-#include <tools/debug.hxx>
 
 #include <com/sun/star/xml/crypto/sax/ElementMarkPriority.hpp>
 #include <com/sun/star/xml/crypto/sax/XReferenceResolvedBroadcaster.hpp>
diff --git a/xmlsecurity/source/helper/xsecparser.cxx b/xmlsecurity/source/helper/xsecparser.cxx
index cd4fe82..64cf226 100644
--- a/xmlsecurity/source/helper/xsecparser.cxx
+++ b/xmlsecurity/source/helper/xsecparser.cxx
@@ -19,7 +19,6 @@
 
 
 #include "xsecparser.hxx"
-#include <tools/debug.hxx>
 #include <cppuhelper/exc_hlp.hxx>
 
 #include <string.h>
diff --git a/xmlsecurity/source/helper/xsecsign.cxx b/xmlsecurity/source/helper/xsecsign.cxx
index a43e75b..40d1fd0 100644
--- a/xmlsecurity/source/helper/xsecsign.cxx
+++ b/xmlsecurity/source/helper/xsecsign.cxx
@@ -19,7 +19,6 @@
 
 
 #include "xsecctl.hxx"
-#include <tools/debug.hxx>
 
 #include <com/sun/star/xml/crypto/sax/XKeyCollector.hpp>
 #include <com/sun/star/xml/crypto/sax/ElementMarkPriority.hpp>
diff --git a/xmlsecurity/source/helper/xsecverify.cxx b/xmlsecurity/source/helper/xsecverify.cxx
index 05cdeaf..db8bada 100644
--- a/xmlsecurity/source/helper/xsecverify.cxx
+++ b/xmlsecurity/source/helper/xsecverify.cxx
@@ -21,7 +21,6 @@
 #include "xsecctl.hxx"
 #include "xsecparser.hxx"
 #include "ooxmlsecparser.hxx"
-#include <tools/debug.hxx>
 
 #include <com/sun/star/xml/crypto/sax/XKeyCollector.hpp>
 #include <com/sun/star/xml/crypto/sax/ElementMarkPriority.hpp>


More information about the Libreoffice-commits mailing list