Kaydet (Commit) 0025fc13 authored tarafından Jochen Nitschke's avatar Jochen Nitschke Kaydeden (comit) Noel Grandin

include cleanup

after latest loplugin:checkunusedparams in sd

Change-Id: I9f35343ed3e7ec2e709d7d910297eb0a63945a34
Reviewed-on: https://gerrit.libreoffice.org/37202Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 2514e38f
...@@ -25,9 +25,8 @@ ...@@ -25,9 +25,8 @@
#include <sot/storage.hxx> #include <sot/storage.hxx>
#include "sddllapi.h" #include "sddllapi.h"
#include <svl/itemprop.hxx>
#include <svl/lstner.hxx> #include <svl/lstner.hxx>
#include <com/sun/star/text/WritingMode.hpp> #include <com/sun/star/beans/XPropertySetInfo.hpp>
#include <sfx2/module.hxx> #include <sfx2/module.hxx>
#include <vcl/vclevent.hxx> #include <vcl/vclevent.hxx>
#include <vcl/virdev.hxx> #include <vcl/virdev.hxx>
...@@ -41,14 +40,9 @@ class EditFieldInfo; ...@@ -41,14 +40,9 @@ class EditFieldInfo;
class SdTransferable; class SdTransferable;
class SvNumberFormatter; class SvNumberFormatter;
class SfxErrorHandler; class SfxErrorHandler;
class SdDrawDocument;
class SfxFrame; class SfxFrame;
namespace svtools { class ColorConfig; } namespace svtools { class ColorConfig; }
namespace sd {
class DrawDocShell;
}
namespace com { namespace sun { namespace star { namespace frame { namespace com { namespace sun { namespace star { namespace frame {
class XFrame; class XFrame;
} } } } } } } }
......
...@@ -30,13 +30,11 @@ ...@@ -30,13 +30,11 @@
#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/drawing/XDrawPagesSupplier.hpp> #include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
#include <com/sun/star/drawing/XMasterPagesSupplier.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/frame/XModel.hpp>
#include <com/sun/star/presentation/XPresentationSupplier.hpp>
#include <com/sun/star/presentation/FadeEffect.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/vclptr.hxx>
#include <vcl/outdev.hxx> #include <vcl/virdev.hxx>
#include "grouptable.hxx" #include "grouptable.hxx"
...@@ -66,8 +64,6 @@ enum class EppLayout ...@@ -66,8 +64,6 @@ enum class EppLayout
#define EPP_LAYOUT_SIZE 25 #define EPP_LAYOUT_SIZE 25
class PptEscherEx;
struct PHLayout struct PHLayout
{ {
EppLayout nLayout; EppLayout nLayout;
......
...@@ -48,7 +48,6 @@ class SdDrawDocument; ...@@ -48,7 +48,6 @@ class SdDrawDocument;
class KeyEvent; class KeyEvent;
class OutputDevice; class OutputDevice;
class Size; class Size;
namespace tools { class Rectangle; }
namespace vcl { class Window; } namespace vcl { class Window; }
class SfxRequest; class SfxRequest;
class WorkWindow; class WorkWindow;
...@@ -65,7 +64,6 @@ namespace sd ...@@ -65,7 +64,6 @@ namespace sd
{ {
class SlideshowImpl; class SlideshowImpl;
class Window;
class View; class View;
class ViewShell; class ViewShell;
class ViewShellBase; class ViewShellBase;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment