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 /writerperfect | |
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 'writerperfect')
-rw-r--r-- | writerperfect/qa/unit/EPUBExportTest.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/writerperfect/qa/unit/EPUBExportTest.cxx b/writerperfect/qa/unit/EPUBExportTest.cxx index 8b54c532a9ed..5827da5673f5 100644 --- a/writerperfect/qa/unit/EPUBExportTest.cxx +++ b/writerperfect/qa/unit/EPUBExportTest.cxx @@ -9,12 +9,13 @@ #include <sal/config.h> +#include <test/unoapixml_test.hxx> + #include <string_view> #include <libepubgen/libepubgen.h> #include <com/sun/star/document/XFilter.hpp> -#include <com/sun/star/frame/Desktop.hpp> #include <com/sun/star/frame/XStorable.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/packages/zip/ZipFileAccess.hpp> @@ -22,7 +23,6 @@ #include <comphelper/propertysequence.hxx> #include <comphelper/string.hxx> #include <o3tl/safeint.hxx> -#include <test/unoapixml_test.hxx> #include <unotools/docinfohelper.hxx> #include <unotools/mediadescriptor.hxx> #include <unotools/tempfile.hxx> |