diff options
Diffstat (limited to 'sdext/source')
-rw-r--r-- | sdext/source/minimizer/impoptimizer.cxx | 2 | ||||
-rw-r--r-- | sdext/source/minimizer/pagecollector.cxx | 1 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterController.hxx | 1 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterProtocolHandler.cxx | 3 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterViewFactory.cxx | 2 |
5 files changed, 0 insertions, 9 deletions
diff --git a/sdext/source/minimizer/impoptimizer.cxx b/sdext/source/minimizer/impoptimizer.cxx index cd3e5815242b..c90e3c2469fb 100644 --- a/sdext/source/minimizer/impoptimizer.cxx +++ b/sdext/source/minimizer/impoptimizer.cxx @@ -45,9 +45,7 @@ #include <com/sun/star/drawing/XMasterPageTarget.hpp> #include <com/sun/star/drawing/XDrawPagesSupplier.hpp> #include <com/sun/star/drawing/XMasterPagesSupplier.hpp> -#include <com/sun/star/presentation/XPresentationSupplier.hpp> #include <com/sun/star/container/XNameAccess.hpp> -#include <com/sun/star/presentation/XPresentation.hpp> #include <com/sun/star/presentation/XPresentationPage.hpp> #include <com/sun/star/document/XFilter.hpp> #include <com/sun/star/document/XExporter.hpp> diff --git a/sdext/source/minimizer/pagecollector.cxx b/sdext/source/minimizer/pagecollector.cxx index a45ac6826be1..3c59b12d04d7 100644 --- a/sdext/source/minimizer/pagecollector.cxx +++ b/sdext/source/minimizer/pagecollector.cxx @@ -20,7 +20,6 @@ #include "pagecollector.hxx" #include <com/sun/star/drawing/XDrawPagesSupplier.hpp> -#include <com/sun/star/presentation/XPresentationPage.hpp> #include <com/sun/star/drawing/XMasterPagesSupplier.hpp> #include <com/sun/star/drawing/XMasterPageTarget.hpp> #include <com/sun/star/presentation/XCustomPresentationSupplier.hpp> diff --git a/sdext/source/presenter/PresenterController.hxx b/sdext/source/presenter/PresenterController.hxx index 958d5c3ef26c..51d12a0a094b 100644 --- a/sdext/source/presenter/PresenterController.hxx +++ b/sdext/source/presenter/PresenterController.hxx @@ -35,7 +35,6 @@ #include <com/sun/star/frame/XDispatch.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/presentation/XSlideShowController.hpp> -#include <com/sun/star/presentation/XSlideShowListener.hpp> #include <com/sun/star/frame/XFrameActionListener.hpp> #include <com/sun/star/drawing/framework/XConfigurationChangeListener.hpp> #include <com/sun/star/drawing/framework/XConfigurationController.hpp> diff --git a/sdext/source/presenter/PresenterProtocolHandler.cxx b/sdext/source/presenter/PresenterProtocolHandler.cxx index 240ba57e7aab..f913c34bab14 100644 --- a/sdext/source/presenter/PresenterProtocolHandler.cxx +++ b/sdext/source/presenter/PresenterProtocolHandler.cxx @@ -33,9 +33,6 @@ #include <com/sun/star/drawing/framework/XControllerManager.hpp> #include <com/sun/star/drawing/framework/ResourceId.hpp> #include <com/sun/star/drawing/framework/ResourceActivationMode.hpp> -#include <com/sun/star/presentation/XSlideShow.hpp> -#include <com/sun/star/presentation/XSlideShowView.hpp> -#include <com/sun/star/presentation/XPresentationSupplier.hpp> #include <cppuhelper/compbase.hxx> #include <cppuhelper/supportsservice.hxx> #include <algorithm> diff --git a/sdext/source/presenter/PresenterViewFactory.cxx b/sdext/source/presenter/PresenterViewFactory.cxx index e70cf2786ad8..3d15993e8614 100644 --- a/sdext/source/presenter/PresenterViewFactory.cxx +++ b/sdext/source/presenter/PresenterViewFactory.cxx @@ -33,8 +33,6 @@ #include <com/sun/star/drawing/XDrawPages.hpp> #include <com/sun/star/drawing/XDrawPagesSupplier.hpp> #include <com/sun/star/drawing/XSlideSorterBase.hpp> -#include <com/sun/star/presentation/XSlideShow.hpp> -#include <com/sun/star/presentation/XSlideShowView.hpp> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; |