summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui/mmlayoutpage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/dbui/mmlayoutpage.hxx')
-rw-r--r--sw/source/ui/dbui/mmlayoutpage.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/dbui/mmlayoutpage.hxx b/sw/source/ui/dbui/mmlayoutpage.hxx
index 5b9f9a8c3cc1..a5558103dadb 100644
--- a/sw/source/ui/dbui/mmlayoutpage.hxx
+++ b/sw/source/ui/dbui/mmlayoutpage.hxx
@@ -29,7 +29,7 @@
#include <com/sun/star/uno/Reference.h>
class SwMailMergeWizard;
-class SwFrmFmt;
+class SwFrameFormat;
class SwOneExampleFrame;
class SwWrtShell;
class SwView;
@@ -57,7 +57,7 @@ class SwMailMergeLayoutPage : public svt::OWizardPage
SwWrtShell* m_pExampleWrtShell;
OUString m_sExampleURL;
- SwFrmFmt* m_pAddressBlockFormat;
+ SwFrameFormat* m_pAddressBlockFormat;
bool m_bIsGreetingInserted;
@@ -71,7 +71,7 @@ class SwMailMergeLayoutPage : public svt::OWizardPage
DECL_LINK(GreetingsHdl_Impl, PushButton*);
DECL_LINK(AlignToTextHdl_Impl, CheckBox*);
- static SwFrmFmt* InsertAddressFrame(
+ static SwFrameFormat* InsertAddressFrame(
SwWrtShell& rShell,
SwMailMergeConfigItem& rConfigItem,
const Point& rDestination,
@@ -86,7 +86,7 @@ public:
virtual ~SwMailMergeLayoutPage();
virtual void dispose() SAL_OVERRIDE;
- static SwFrmFmt* InsertAddressAndGreeting(SwView* pView,
+ static SwFrameFormat* InsertAddressAndGreeting(SwView* pView,
SwMailMergeConfigItem& rConfigItem,
const Point& rAddressPos,
bool bAlignToBody);