summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui/mmpreparemergepage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/dbui/mmpreparemergepage.hxx')
-rw-r--r--sw/source/ui/dbui/mmpreparemergepage.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/ui/dbui/mmpreparemergepage.hxx b/sw/source/ui/dbui/mmpreparemergepage.hxx
index 73b138938305..18f8f20d7ad7 100644
--- a/sw/source/ui/dbui/mmpreparemergepage.hxx
+++ b/sw/source/ui/dbui/mmpreparemergepage.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -48,22 +48,22 @@ class SwMailMergePrepareMergePage : public svt::OWizardPage
PushButton m_aNextPB;
PushButton m_aLastPB;
CheckBox m_ExcludeCB;
-
+
FixedLine m_aNoteHeaderFL;
FixedInfo m_aEditFI;
PushButton m_aEditPB;
-
+
SwMailMergeWizard* m_pWizard;
-
+
DECL_LINK(EditDocumentHdl_Impl, PushButton*);
DECL_LINK(ExcludeHdl_Impl, CheckBox*);
DECL_LINK(MoveHdl_Impl, void*);
-
+
virtual void ActivatePage();
virtual sal_Bool commitPage( ::svt::WizardTypes::CommitPageReason _eReason );
-public:
+public:
SwMailMergePrepareMergePage( SwMailMergeWizard* _pParent);
~SwMailMergePrepareMergePage();