summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2021-11-07 16:12:31 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-11-07 19:20:17 +0100
commita0e0575dcf4fede5c6e20636c63042d8c62ecf77 (patch)
treeaf00fa7be111a91cc2ff61d8f6d9fb0d945a3231 /sfx2
parentefd2510e225232ac35707a3ed55b83be9fa046af (diff)
forward decls go after #include
Change-Id: I54c33508639044092356eed5144720261b4f65db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124816 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/inc/StyleList.hxx1
-rw-r--r--sfx2/source/inc/templdgi.hxx4
2 files changed, 2 insertions, 3 deletions
diff --git a/sfx2/source/inc/StyleList.hxx b/sfx2/source/inc/StyleList.hxx
index 3b46371c6813..1a4ec422259b 100644
--- a/sfx2/source/inc/StyleList.hxx
+++ b/sfx2/source/inc/StyleList.hxx
@@ -25,6 +25,7 @@ class SfxObjectShell;
class SfxStyleFamilyItem;
class SfxTemplateItem;
class SfxCommonTemplateDialog_Impl;
+class SfxTemplateControllerItem;
enum class StyleFlags
{
diff --git a/sfx2/source/inc/templdgi.hxx b/sfx2/source/inc/templdgi.hxx
index a6934cbc9b6f..6d5da6668725 100644
--- a/sfx2/source/inc/templdgi.hxx
+++ b/sfx2/source/inc/templdgi.hxx
@@ -19,8 +19,6 @@
#ifndef INCLUDED_SFX2_SOURCE_INC_TEMPLDGI_HXX
#define INCLUDED_SFX2_SOURCE_INC_TEMPLDGI_HXX
-class SfxTemplateControllerItem;
-
#include <sal/config.h>
#include <array>
@@ -43,6 +41,7 @@ class SfxTemplateControllerItem;
#include "StyleList.hxx"
+class SfxTemplateControllerItem;
class SfxStyleFamilyItem;
class SfxTemplateItem;
class SfxBindings;
@@ -51,7 +50,6 @@ class SfxStyleSheetBasePool;
class StyleTreeListBox_Impl;
class SfxTemplateDialog_Impl;
class SfxCommonTemplateDialog_Impl;
-
namespace com::sun::star::frame {
class XModuleManager2;
}