summaryrefslogtreecommitdiff
path: root/sw/inc/unostyle.hxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-11-28 03:32:29 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-11-29 10:36:52 +0100
commita8ce94f6283b8bf682ebf9095e8c34b9952eb85f (patch)
tree495fae5550e15e4ec5cb3a3deb35d949fdc5aef9 /sw/inc/unostyle.hxx
parent5bcb5f0481a2a22b2166f9afa6bbf897ab239a21 (diff)
SwXStyleFamily=>sw::XStyleFamily
Change-Id: I334c4db5113902668d6967719c65ba403e9dde65
Diffstat (limited to 'sw/inc/unostyle.hxx')
-rw-r--r--sw/inc/unostyle.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/inc/unostyle.hxx b/sw/inc/unostyle.hxx
index b2b2359f18cf..0d2deb75adff 100644
--- a/sw/inc/unostyle.hxx
+++ b/sw/inc/unostyle.hxx
@@ -49,7 +49,10 @@ class SwStyleProperties_Impl;
class SwAutoStylesEnumImpl;
class IStyleAccess;
class SfxItemSet;
-class SwXStyleFamily;
+namespace sw
+{
+ class XStyleFamily;
+};
typedef std::shared_ptr<SfxItemSet> SfxItemSet_Pointer_t;
class SwXStyleFamilies : public cppu::WeakImplHelper
@@ -109,7 +112,7 @@ class SwXStyle : public cppu::WeakImplHelper
public SfxListener,
public SwClient
{
- friend class SwXStyleFamily;
+ friend class sw::XStyleFamily;
SwDoc* m_pDoc;
OUString m_sStyleName;
SfxStyleSheetBasePool* m_pBasePool;