summaryrefslogtreecommitdiffstats
path: root/include/svx/CommonStyleManager.hxx
diff options
context:
space:
mode:
authorJorenz Paragas <j.paragas.237@gmail.com>2016-06-22 17:26:05 -0700
committerMichael Stahl <mstahl@redhat.com>2017-03-28 09:12:04 +0000
commit65aa28cc1c8a90865c3a9ea379722730c40ecb53 (patch)
tree0e999bb3ebb4f7ac87b9958b98b1e04d814097bb /include/svx/CommonStyleManager.hxx
parentremove enum slot code from sfx2 (diff)
downloadcore-65aa28cc1c8a90865c3a9ea379722730c40ecb53.tar.gz
core-65aa28cc1c8a90865c3a9ea379722730c40ecb53.zip
tdf#42949: clean up includes in include/svx/[a-c]* with iwyu
Change-Id: I7768f4dbe9892c4264cb16eed87497894aa7494e Reviewed-on: https://gerrit.libreoffice.org/26582 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/svx/CommonStyleManager.hxx')
-rw-r--r--include/svx/CommonStyleManager.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/svx/CommonStyleManager.hxx b/include/svx/CommonStyleManager.hxx
index d28ccdd83e6c..7cd8a0a90bd5 100644
--- a/include/svx/CommonStyleManager.hxx
+++ b/include/svx/CommonStyleManager.hxx
@@ -11,10 +11,12 @@
#define INCLUDED_SVX_COMMONSTYLEMANAGER_HXX
#include <sfx2/StyleManager.hxx>
-
-#include <vcl/outdev.hxx>
+#include <sfx2/StylePreviewRenderer.hxx>
#include <svx/svxdllapi.h>
-#include <rsc/rscsfx.hxx>
+
+class OutputDevice;
+class SfxObjectShell;
+class SfxStyleSheetBase;
namespace svx
{