diff options
Diffstat (limited to 'xmlsecurity/source')
5 files changed, 0 insertions, 5 deletions
diff --git a/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx b/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx index d3c6d2d6c92d..649c6e53f562 100644 --- a/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx +++ b/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx @@ -54,7 +54,6 @@ #include <vcl/weld.hxx> #include <unotools/configitem.hxx> -#include <comphelper/storagehelper.hxx> using namespace css::security; using namespace css::uno; diff --git a/xmlsecurity/source/helper/xsecctl.cxx b/xmlsecurity/source/helper/xsecctl.cxx index c10e9f0d3c50..bcbef6ad0bbd 100644 --- a/xmlsecurity/source/helper/xsecctl.cxx +++ b/xmlsecurity/source/helper/xsecctl.cxx @@ -41,7 +41,6 @@ #include <rtl/math.hxx> #include <rtl/ref.hxx> #include <unotools/datetime.hxx> -#include <comphelper/ofopxmlhelper.hxx> #include <sax/tools/converter.hxx> #include "ooxmlsecexporter.hxx" #include <xmlsignaturehelper2.hxx> diff --git a/xmlsecurity/source/helper/xsecverify.cxx b/xmlsecurity/source/helper/xsecverify.cxx index 5a23de6f2619..283c9ac45c6d 100644 --- a/xmlsecurity/source/helper/xsecverify.cxx +++ b/xmlsecurity/source/helper/xsecverify.cxx @@ -42,7 +42,6 @@ #include <unotools/datetime.hxx> #include <comphelper/base64.hxx> #include <comphelper/processfactory.hxx> -#include <comphelper/sequence.hxx> #include <comphelper/seqstream.hxx> using namespace css; diff --git a/xmlsecurity/source/xmlsec/mscrypt/seinitializer_mscryptimpl.cxx b/xmlsecurity/source/xmlsec/mscrypt/seinitializer_mscryptimpl.cxx index b741f5f3353f..c31041cedc03 100644 --- a/xmlsecurity/source/xmlsec/mscrypt/seinitializer_mscryptimpl.cxx +++ b/xmlsecurity/source/xmlsec/mscrypt/seinitializer_mscryptimpl.cxx @@ -26,7 +26,6 @@ #include <xmlsec/mscrypto/app.h> #include <com/sun/star/xml/crypto/SecurityEnvironment.hpp> #include <com/sun/star/xml/crypto/XMLSecurityContext.hpp> -#include <comphelper/processfactory.hxx> #include <cppuhelper/supportsservice.hxx> #include <o3tl/char16_t2wchar_t.hxx> diff --git a/xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx b/xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx index 45b85cb97705..4143a320dae5 100644 --- a/xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx +++ b/xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <comphelper/processfactory.hxx> #include <sal/types.h> #include <rtl/bootstrap.hxx> #include <rtl/string.hxx> |