diff options
-rw-r--r-- | sw/source/ui/dbui/mmgreetingspage.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/dbui/mmgreetingspage.cxx b/sw/source/ui/dbui/mmgreetingspage.cxx index 577d316246c3..81a45faded3e 100644 --- a/sw/source/ui/dbui/mmgreetingspage.cxx +++ b/sw/source/ui/dbui/mmgreetingspage.cxx @@ -4,9 +4,9 @@ * * $RCSfile: mmgreetingspage.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: hr $ $Date: 2007-09-27 11:33:48 $ + * last change: $Author: kz $ $Date: 2008-03-06 19:05:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -362,7 +362,7 @@ void SwMailMergeGreetingsPage::ActivatePage() /*-- 11.05.2004 14:47:10--------------------------------------------------- -----------------------------------------------------------------------*/ -sal_Bool SwMailMergeGreetingsPage::commitPage(COMMIT_REASON) +sal_Bool SwMailMergeGreetingsPage::commitPage( CommitPageReason ) { SwMailMergeConfigItem& rConfig = m_pWizard->GetConfigItem(); |