diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-23 12:22:47 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-23 12:23:00 +0200 |
commit | c400d41b93421268d1b71f9b029285fc8a855ba0 (patch) | |
tree | b57843c9cd291c16f1dc2cf1a675b19c89cf0633 /sd | |
parent | 99ba2fd24fcfc086353221d78ae64ffe159db3d6 (diff) |
Some clean-up
Change-Id: I87cc4a6840090076007d268ae19eb2cfd3408e7c
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/slideshow/slideshow.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/slideshow/slideshow.cxx b/sd/source/ui/slideshow/slideshow.cxx index 7c305e85032f..2bab38d95fcd 100644 --- a/sd/source/ui/slideshow/slideshow.cxx +++ b/sd/source/ui/slideshow/slideshow.cxx @@ -21,14 +21,12 @@ #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/drawing/framework/XControllerManager.hpp> #include <com/sun/star/container/XIndexAccess.hpp> -#include <comphelper/serviceinfohelper.hxx> #include <com/sun/star/frame/XDispatchProvider.hpp> #include <com/sun/star/util/URL.hpp> #include <cppuhelper/bootstrap.hxx> #include <cppuhelper/supportsservice.hxx> -#include <comphelper/processfactory.hxx> #include <osl/mutex.hxx> #include <vcl/svapp.hxx> |