summaryrefslogtreecommitdiff
path: root/sd/source/ui/slideshow
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-12-18 23:41:35 +0100
committerMiklos Vajna <vmiklos@collabora.com>2018-12-20 12:36:41 +0100
commitfebe0fd100ff0bff33c965b3bcb497e7f2bc4ef9 (patch)
tree02c2b4132fc90db51bb882432e6ea2fcd7714323 /sd/source/ui/slideshow
parenta60265f07bdd62d810cae3c7e64b1ad4fb02bbaa (diff)
tdf#42949 Fix IWYU warnings in include/vcl/[t-u]*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ib32ea54a3fa690a0722fa75ddb4121ec78c0b64f Reviewed-on: https://gerrit.libreoffice.org/65386 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sd/source/ui/slideshow')
-rw-r--r--sd/source/ui/slideshow/slideshowimpl.cxx1
-rw-r--r--sd/source/ui/slideshow/slideshowviewimpl.cxx1
2 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/ui/slideshow/slideshowimpl.cxx b/sd/source/ui/slideshow/slideshowimpl.cxx
index 1fe733db069a..128909f2c6c4 100644
--- a/sd/source/ui/slideshow/slideshowimpl.cxx
+++ b/sd/source/ui/slideshow/slideshowimpl.cxx
@@ -66,6 +66,7 @@
#include <vcl/settings.hxx>
#include <comphelper/anytostring.hxx>
+#include <comphelper/processfactory.hxx>
#include <cppuhelper/exc_hlp.hxx>
#include <rtl/ref.hxx>
#include <sal/log.hxx>
diff --git a/sd/source/ui/slideshow/slideshowviewimpl.cxx b/sd/source/ui/slideshow/slideshowviewimpl.cxx
index 4e1e24b07f65..d4fa97c3f85c 100644
--- a/sd/source/ui/slideshow/slideshowviewimpl.cxx
+++ b/sd/source/ui/slideshow/slideshowviewimpl.cxx
@@ -33,6 +33,7 @@
#include <cppcanvas/basegfxfactory.hxx>
#include <toolkit/helper/vclunohelper.hxx>
+#include <comphelper/processfactory.hxx>
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::WeakReference;