summaryrefslogtreecommitdiff
path: root/include/sfx2/module.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-25 14:11:44 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-25 15:39:47 +0100
commit45a646f2fa1c8161d9fbc4509a2f0b2e826dc63f (patch)
tree6a7e38358dec141c144bd7839f684763ac036a9d /include/sfx2/module.hxx
parenta6ff21250bbc960cbcff026e8eeb72be032f56b2 (diff)
split the creation of SfxStyleFamilies into a method
Change-Id: I2590180fc30d75c89e758c72246a8294b5c4b9a2
Diffstat (limited to 'include/sfx2/module.hxx')
-rw-r--r--include/sfx2/module.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sfx2/module.hxx b/include/sfx2/module.hxx
index 8de3e907e882..4a20b1c5f27a 100644
--- a/include/sfx2/module.hxx
+++ b/include/sfx2/module.hxx
@@ -37,6 +37,7 @@ class SfxObjectFactory;
class SfxModule;
class SfxModule_Impl;
class SfxSlotPool;
+class SfxStyleFamilies;
struct SfxChildWinContextFactory;
struct SfxChildWinFactory;
struct SfxStbCtrlFactory;
@@ -84,6 +85,8 @@ public:
const SfxItemSet& rSet );
virtual void Invalidate(sal_uInt16 nId = 0) override;
+ SfxStyleFamilies* CreateStyleFamilies();
+
static SfxModule* GetActiveModule( SfxViewFrame* pFrame=nullptr );
static FieldUnit GetCurrentFieldUnit();
/** retrieves the field unit of the module belonging to the document displayed in the given frame