diff options
author | Rafał Dobrakowski <dobrakowskirafal@gmail.com> | 2024-03-11 00:48:26 +0100 |
---|---|---|
committer | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-03-28 12:50:41 +0100 |
commit | 03b00e03c2cecdc6358e663be7b564c4ccec76f9 (patch) | |
tree | 3011d301b19c577c146c344f17608670ce6225d9 /xmlsecurity/source/component | |
parent | c2d4406206bfad59c238a0d55eab32d6763226e6 (diff) |
tdf#146619 Remove unused #includes from C/C++ files
'xmlsecurity' module was cleaned.
Add some headers from xmlsec-wrapper.h in preparation
for its removal
Change-Id: Id66e6d40d4d5d980626832c0e2f6255fc31b4bcf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164639
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
Diffstat (limited to 'xmlsecurity/source/component')
-rw-r--r-- | xmlsecurity/source/component/documentdigitalsignatures.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/xmlsecurity/source/component/documentdigitalsignatures.cxx b/xmlsecurity/source/component/documentdigitalsignatures.cxx index f6ffd9a7566f..c0f9a58b14f7 100644 --- a/xmlsecurity/source/component/documentdigitalsignatures.cxx +++ b/xmlsecurity/source/component/documentdigitalsignatures.cxx @@ -27,7 +27,6 @@ #include <biginteger.hxx> #include <strings.hrc> #include <pdfsignaturehelper.hxx> -#include <sax/tools/converter.hxx> #include <com/sun/star/embed/XStorage.hpp> #include <com/sun/star/embed/StorageFormats.hpp> @@ -35,15 +34,8 @@ #include <com/sun/star/embed/ElementModes.hpp> #include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> -#include <com/sun/star/ucb/XContent.hpp> -#include <com/sun/star/ucb/XContentIdentifierFactory.hpp> -#include <com/sun/star/ucb/XCommandEnvironment.hpp> -#include <com/sun/star/ucb/XCommandProcessor.hpp> -#include <com/sun/star/ucb/Command.hpp> #include <com/sun/star/uno/SecurityException.hpp> -#include <vcl/weld.hxx> #include <vcl/svapp.hxx> -#include <tools/date.hxx> #include <tools/time.hxx> #include <unotools/securityoptions.hxx> #include <com/sun/star/security/CertificateValidity.hpp> |