diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2022-11-23 20:22:00 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-11-24 08:09:53 +0100 |
commit | c130063895c7a733ad121db1bf5fbceac38f6ad5 (patch) | |
tree | 201b50fc778801df47aab14b2619933816b8e457 /xmlsecurity | |
parent | 8ba1c4e27376cbd73892768d1e741067918eb897 (diff) |
Remove some unused includes
Mostly com/sun/star/frame/Desktop.hpp is unused after inheriting from
UnoApiTest.
Change-Id: Ifba307353a11a14e033a230a291314bee86b51c8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143190
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/IwyuFilter_xmlsecurity.yaml | 3 | ||||
-rw-r--r-- | xmlsecurity/source/helper/documentsignaturemanager.cxx | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/xmlsecurity/IwyuFilter_xmlsecurity.yaml b/xmlsecurity/IwyuFilter_xmlsecurity.yaml index b3ea0f00e194..b27a552751a6 100644 --- a/xmlsecurity/IwyuFilter_xmlsecurity.yaml +++ b/xmlsecurity/IwyuFilter_xmlsecurity.yaml @@ -68,9 +68,6 @@ excludelist: - com/sun/star/security/XCertificate.hpp - com/sun/star/lang/XUnoTunnel.hpp - com/sun/star/lang/XServiceInfo.hpp - xmlsecurity/source/gpg/GpgComponentFactory.cxx: - # Silence warning due to incorrect include path - - com/sun/star/lang/XSingleServiceFactory.hpp xmlsecurity/source/gpg/SecurityEnvironment.hxx: # Base class needs complete type - com/sun/star/xml/crypto/XSecurityEnvironment.hpp diff --git a/xmlsecurity/source/helper/documentsignaturemanager.cxx b/xmlsecurity/source/helper/documentsignaturemanager.cxx index 619d8186fec6..cd08aadacc13 100644 --- a/xmlsecurity/source/helper/documentsignaturemanager.cxx +++ b/xmlsecurity/source/helper/documentsignaturemanager.cxx @@ -25,7 +25,7 @@ #include <com/sun/star/embed/StorageFormats.hpp> #include <com/sun/star/embed/ElementModes.hpp> #include <com/sun/star/embed/XStorage.hpp> -#include <com/sun/star/io/TempFile.hpp> +#include <com/sun/star/io/XTempFile.hpp> #include <com/sun/star/io/XTruncate.hpp> #include <com/sun/star/embed/XTransactedObject.hpp> #include <com/sun/star/xml/crypto/SEInitializer.hpp> |