summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui/mmgreetingspage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/dbui/mmgreetingspage.hxx')
-rw-r--r--sw/source/ui/dbui/mmgreetingspage.hxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/sw/source/ui/dbui/mmgreetingspage.hxx b/sw/source/ui/dbui/mmgreetingspage.hxx
index 3e237d797e2f..d0376ca72649 100644
--- a/sw/source/ui/dbui/mmgreetingspage.hxx
+++ b/sw/source/ui/dbui/mmgreetingspage.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -29,9 +30,7 @@
#include <svtools/wizardmachine.hxx>
#include <sfx2/basedlgs.hxx>
-#ifndef _SV_BUTTON_HXX
#include <vcl/button.hxx>
-#endif
#include <vcl/lstbox.hxx>
#include <vcl/combobox.hxx>
#include <svtools/stdctrl.hxx>
@@ -39,9 +38,7 @@
#include <svtools/svmedit.hxx>
class SwMailMergeWizard;
-/*-- 17.05.2004 14:51:45---------------------------------------------------
- -----------------------------------------------------------------------*/
class SwGreetingsHandler
{
friend class SwMailBodyDialog;
@@ -77,9 +74,7 @@ class SwGreetingsHandler
void Contains(sal_Bool bContainsGreeting);
virtual void UpdatePreview();
};
-/*-- 02.04.2004 09:21:06---------------------------------------------------
- -----------------------------------------------------------------------*/
class SwMailMergeGreetingsPage : public svt::OWizardPage,
public SwGreetingsHandler
{
@@ -128,9 +123,7 @@ public:
~SwMailMergeGreetingsPage();
};
-/*-- 17.05.2004 14:45:43---------------------------------------------------
- -----------------------------------------------------------------------*/
class SwMailBodyDialog : public SfxModalDialog, public SwGreetingsHandler
{
CheckBox m_aGreetingLineCB;
@@ -174,3 +167,4 @@ public:
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */