summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2022-11-23 20:22:00 +0100
committerMiklos Vajna <vmiklos@collabora.com>2022-11-24 08:09:53 +0100
commitc130063895c7a733ad121db1bf5fbceac38f6ad5 (patch)
tree201b50fc778801df47aab14b2619933816b8e457 /sd
parent8ba1c4e27376cbd73892768d1e741067918eb897 (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 'sd')
-rw-r--r--sd/qa/filter/eppt/eppt.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sd/qa/filter/eppt/eppt.cxx b/sd/qa/filter/eppt/eppt.cxx
index bc90509618dd..57c73456aea0 100644
--- a/sd/qa/filter/eppt/eppt.cxx
+++ b/sd/qa/filter/eppt/eppt.cxx
@@ -12,13 +12,10 @@
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
#include <com/sun/star/drawing/XMasterPageTarget.hpp>
-#include <com/sun/star/frame/Desktop.hpp>
-#include <com/sun/star/frame/XStorable.hpp>
#include <com/sun/star/util/Color.hpp>
-#include <unotools/mediadescriptor.hxx>
-#include <unotools/tempfile.hxx>
#include <test/xmldocptr.hxx>
+#include <comphelper/sequenceashashmap.hxx>
using namespace ::com::sun::star;