summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui/mmmergepage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/dbui/mmmergepage.hxx')
-rw-r--r--sw/source/ui/dbui/mmmergepage.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/ui/dbui/mmmergepage.hxx b/sw/source/ui/dbui/mmmergepage.hxx
index 03a644c6fcdd..6f512c77ce73 100644
--- a/sw/source/ui/dbui/mmmergepage.hxx
+++ b/sw/source/ui/dbui/mmmergepage.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
@@ -39,15 +39,15 @@ class SwMailMergeWizard;
class SwMailMergeMergePage : public svt::OWizardPage
{
SwBoldFixedInfo m_aHeaderFI;
-
+
FixedInfo m_aEditFI;
PushButton m_aEditPB;
-
+
FixedLine m_aFindFL;
FixedText m_aFineFT;
ReturnActionEdit m_aFindED;
PushButton m_aFindPB;
-
+
CheckBox m_aWholeWordsCB;
CheckBox m_aBackwardsCB;
CheckBox m_aMatchCaseCB;
@@ -58,7 +58,7 @@ class SwMailMergeMergePage : public svt::OWizardPage
DECL_LINK(FindHdl_Impl, PushButton*);
DECL_LINK(EnteredFindStringHdl_Impl, void*);
-public:
+public:
SwMailMergeMergePage( SwMailMergeWizard* _pParent);
~SwMailMergeMergePage();