summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/swuiccoll.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/swuiccoll.hxx')
-rw-r--r--sw/source/uibase/inc/swuiccoll.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/inc/swuiccoll.hxx b/sw/source/uibase/inc/swuiccoll.hxx
index fadb5655c59c..6934ec058952 100644
--- a/sw/source/uibase/inc/swuiccoll.hxx
+++ b/sw/source/uibase/inc/swuiccoll.hxx
@@ -22,7 +22,7 @@
#include <tools/resary.hxx>
class SwWrtShell;
-class SwFmt;
+class SwFormat;
class SwCondCollPage : public SfxTabPage
{
@@ -43,7 +43,7 @@ class SwCondCollPage : public SfxTabPage
SwWrtShell &m_rSh;
const CommandStruct*m_pCmds;
- SwFmt* m_pFmt;
+ SwFormat* m_pFormat;
bool m_bNewTemplate;
@@ -70,7 +70,7 @@ public:
virtual bool FillItemSet( SfxItemSet *rSet) SAL_OVERRIDE;
virtual void Reset (const SfxItemSet *rSet) SAL_OVERRIDE;
- void SetCollection( SwFmt* pFormat, bool bNew );
+ void SetCollection( SwFormat* pFormat, bool bNew );
};
#endif