diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-05-03 14:53:00 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-04 07:19:15 +0200 |
commit | 0025fc13d805751f8eeb14febbdd0033e0a6d91e (patch) | |
tree | ce29b1b78cbf7863610fbcea1a9ab39d901ba24e /sd/inc/sdmod.hxx | |
parent | 2514e38f8ebb95f51783ce321a84d6c55bba1de4 (diff) |
include cleanup
after latest loplugin:checkunusedparams in sd
Change-Id: I9f35343ed3e7ec2e709d7d910297eb0a63945a34
Reviewed-on: https://gerrit.libreoffice.org/37202
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/inc/sdmod.hxx')
-rw-r--r-- | sd/inc/sdmod.hxx | 8 |
1 files changed, 1 insertions, 7 deletions
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; } } } } |