diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-11-16 15:33:30 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-11-16 16:43:57 +0200 |
commit | f3c42669a504ed763167b95708933add8573217f (patch) | |
tree | 24695277c4a17c4aff1f6039d63f61aa4e3e108e /xmlsecurity | |
parent | 96acbb938662a25cedad5fe6dcca20d7dc4221ab (diff) |
Nothing from <tools/debug.hxx> used here
Change-Id: Ic7aa466c62eb8850d3c6b50c0e10b0575bd9b82e
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/inc/pch/precompiled_xmlsecurity.hxx | 1 | ||||
-rw-r--r-- | xmlsecurity/source/helper/documentsignaturehelper.cxx | 1 | ||||
-rw-r--r-- | xmlsecurity/source/helper/xmlsignaturehelper.cxx | 1 | ||||
-rw-r--r-- | xmlsecurity/source/helper/xsecctl.cxx | 1 | ||||
-rw-r--r-- | xmlsecurity/source/helper/xsecparser.cxx | 1 | ||||
-rw-r--r-- | xmlsecurity/source/helper/xsecsign.cxx | 1 | ||||
-rw-r--r-- | xmlsecurity/source/helper/xsecverify.cxx | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/xmlsecurity/inc/pch/precompiled_xmlsecurity.hxx b/xmlsecurity/inc/pch/precompiled_xmlsecurity.hxx index dde0b196af29..884bd166cd79 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 103f5c84aaff..f89b635c5d11 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 2159019a4b28..a4243d9e63a0 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 2223ef0c1230..a4e0ebeb621d 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 cd4fe82011fb..64cf22621f72 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 a43e75bbb793..40d1fd0e3848 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 05cdeaf78c90..db8badafd7e9 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> |