diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-06 18:05:36 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-06 18:05:36 +0000 |
commit | 9c3b41531daea81b6a856eac9db449ff56542b96 (patch) | |
tree | 3ce556c6f1fdbbce4042bfb8332e8a1e523d78eb /sw/source/ui/dbui | |
parent | 47cbd9ff2ae900345acb7ed347c2a26df5419d04 (diff) |
INTEGRATION: CWS odbmacros2 (1.13.126); FILE MERGED
2008/02/11 11:13:29 fs 1.13.126.1: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS
Diffstat (limited to 'sw/source/ui/dbui')
-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(); |