diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2023-04-17 13:41:36 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2023-04-17 19:01:11 +0200 |
commit | 3a759a0b0c9605732c95dfac6a3315ed48ec1076 (patch) | |
tree | 73398b02e6771c3daab9f2e69fd581dba568ebf5 /xmlsecurity/qa/unit | |
parent | 8daa8eef06fa485f5271503921585a3fbef26567 (diff) |
Remove some unused includes
Mostly com/sun/star/frame/Desktop.hpp is unused after inheriting from
UnoApiTest.
Change-Id: I71b75fa5c880337ff294583b96af09c90b5059c9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150514
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'xmlsecurity/qa/unit')
-rw-r--r-- | xmlsecurity/qa/unit/signing/signing.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmlsecurity/qa/unit/signing/signing.cxx b/xmlsecurity/qa/unit/signing/signing.cxx index d8518ece0f9b..aad101a3b5cc 100644 --- a/xmlsecurity/qa/unit/signing/signing.cxx +++ b/xmlsecurity/qa/unit/signing/signing.cxx @@ -22,7 +22,6 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/embed/XStorage.hpp> #include <com/sun/star/embed/XTransactedObject.hpp> -#include <com/sun/star/frame/Desktop.hpp> #include <com/sun/star/frame/XStorable.hpp> #include <com/sun/star/security/CertificateValidity.hpp> #include <com/sun/star/security/DocumentDigitalSignatures.hpp> @@ -33,13 +32,11 @@ #include <comphelper/processfactory.hxx> #include <comphelper/propertysequence.hxx> -#include <unotools/mediadescriptor.hxx> #include <unotools/tempfile.hxx> #include <unotools/ucbstreamhelper.hxx> #include <comphelper/storagehelper.hxx> #include <sfx2/sfxbasemodel.hxx> #include <sfx2/objsh.hxx> -#include <osl/file.hxx> #include <osl/thread.hxx> #include <comphelper/ofopxmlhelper.hxx> #include <unotools/streamwrap.hxx> |