sd/inc/sdmod.hxx | 8 +------- sd/source/filter/eppt/epptbase.hxx | 8 ++------ sd/source/ui/inc/slideshow.hxx | 2 -- 3 files changed, 3 insertions(+), 15 deletions(-)
New commits: commit 0025fc13d805751f8eeb14febbdd0033e0a6d91e Author: Jochen Nitschke <[email protected]> Date: Wed May 3 14:53:00 2017 +0200 include cleanup after latest loplugin:checkunusedparams in sd Change-Id: I9f35343ed3e7ec2e709d7d910297eb0a63945a34 Reviewed-on: https://gerrit.libreoffice.org/37202 Tested-by: Jenkins <[email protected]> Reviewed-by: Noel Grandin <[email protected]> diff --git a/sd/inc/sdmod.hxx b/sd/inc/sdmod.hxx index ffd1660a2c9e..6ba30070212f 100644 --- a/sd/inc/sdmod.hxx +++ b/sd/inc/sdmod.hxx @@ -25,9 +25,8 @@ #include <sot/storage.hxx> #include "sddllapi.h" -#include <svl/itemprop.hxx> #include <svl/lstner.hxx> -#include <com/sun/star/text/WritingMode.hpp> +#include <com/sun/star/beans/XPropertySetInfo.hpp> #include <sfx2/module.hxx> #include <vcl/vclevent.hxx> #include <vcl/virdev.hxx> @@ -41,14 +40,9 @@ class EditFieldInfo; class SdTransferable; class SvNumberFormatter; class SfxErrorHandler; -class SdDrawDocument; class SfxFrame; namespace svtools { class ColorConfig; } -namespace sd { -class DrawDocShell; -} - namespace com { namespace sun { namespace star { namespace frame { class XFrame; } } } } diff --git a/sd/source/filter/eppt/epptbase.hxx b/sd/source/filter/eppt/epptbase.hxx index cd5c58609c42..8213a6c4a560 100644 --- a/sd/source/filter/eppt/epptbase.hxx +++ b/sd/source/filter/eppt/epptbase.hxx @@ -30,13 +30,11 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/drawing/XDrawPagesSupplier.hpp> #include <com/sun/star/drawing/XMasterPagesSupplier.hpp> -#include <com/sun/star/drawing/XMasterPageTarget.hpp> #include <com/sun/star/frame/XModel.hpp> -#include <com/sun/star/presentation/XPresentationSupplier.hpp> #include <com/sun/star/presentation/FadeEffect.hpp> -#include <com/sun/star/task/XStatusIndicatorSupplier.hpp> +#include <com/sun/star/task/XStatusIndicator.hpp> #include <vcl/vclptr.hxx> -#include <vcl/outdev.hxx> +#include <vcl/virdev.hxx> #include "grouptable.hxx" @@ -66,8 +64,6 @@ enum class EppLayout #define EPP_LAYOUT_SIZE 25 -class PptEscherEx; - struct PHLayout { EppLayout nLayout; diff --git a/sd/source/ui/inc/slideshow.hxx b/sd/source/ui/inc/slideshow.hxx index b276da8e03df..ce60b88c9d6e 100644 --- a/sd/source/ui/inc/slideshow.hxx +++ b/sd/source/ui/inc/slideshow.hxx @@ -48,7 +48,6 @@ class SdDrawDocument; class KeyEvent; class OutputDevice; class Size; -namespace tools { class Rectangle; } namespace vcl { class Window; } class SfxRequest; class WorkWindow; @@ -65,7 +64,6 @@ namespace sd { class SlideshowImpl; -class Window; class View; class ViewShell; class ViewShellBase; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
