diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-11-29 13:30:32 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-11-29 14:34:31 +0100 |
commit | 93651bd3a20f7f4174b1324c8a6b6b33450ead81 (patch) | |
tree | 2e8f35793b00fa62efd3ba47b1034d826202dbe2 /sd/qa/unit/SdrPdfImportTest.cxx | |
parent | 90a37bbaec71d2b551d98f630fc61b9ccfe714ad (diff) |
sd: remove unused includes
Change-Id: Iecf41f8b09c9b0e5d411af6a4fdf84a1288e4043
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143464
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sd/qa/unit/SdrPdfImportTest.cxx')
-rw-r--r-- | sd/qa/unit/SdrPdfImportTest.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sd/qa/unit/SdrPdfImportTest.cxx b/sd/qa/unit/SdrPdfImportTest.cxx index 631dcdde3374..87225f66eac2 100644 --- a/sd/qa/unit/SdrPdfImportTest.cxx +++ b/sd/qa/unit/SdrPdfImportTest.cxx @@ -14,7 +14,6 @@ #include <unotools/tempfile.hxx> #include <unotools/mediadescriptor.hxx> -#include <tools/stream.hxx> #include <svx/svdograf.hxx> #include <editeng/outlobj.hxx> #include <editeng/editobj.hxx> @@ -26,8 +25,6 @@ #include <sdpage.hxx> #include <unomodel.hxx> -#include <com/sun/star/frame/Desktop.hpp> - using namespace css; namespace |