diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-06 18:05:50 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-06 18:05:50 +0000 |
commit | f6c91e6a9747c5674a8f258089af1a547c3699fe (patch) | |
tree | 4c2c17a6c847914ae8f44a0d0160e7d8bb313f75 /sw/source/ui/dbui/mmgreetingspage.hxx | |
parent | 9c3b41531daea81b6a856eac9db449ff56542b96 (diff) |
INTEGRATION: CWS odbmacros2 (1.4.952); FILE MERGED
2008/02/11 11:13:29 fs 1.4.952.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/mmgreetingspage.hxx')
-rw-r--r-- | sw/source/ui/dbui/mmgreetingspage.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/dbui/mmgreetingspage.hxx b/sw/source/ui/dbui/mmgreetingspage.hxx index 7a0238404f71..71ecc871a501 100644 --- a/sw/source/ui/dbui/mmgreetingspage.hxx +++ b/sw/source/ui/dbui/mmgreetingspage.hxx @@ -4,9 +4,9 @@ * * $RCSfile: mmgreetingspage.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: kz $ $Date: 2006-01-06 13:02:50 $ + * last change: $Author: kz $ $Date: 2008-03-06 19:05:50 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -144,7 +144,7 @@ class SwMailMergeGreetingsPage : public svt::OWizardPage, virtual void UpdatePreview(); virtual void ActivatePage(); - virtual sal_Bool commitPage(COMMIT_REASON _eReason); + virtual sal_Bool commitPage( CommitPageReason _eReason ); public: SwMailMergeGreetingsPage( SwMailMergeWizard* _pParent); ~SwMailMergeGreetingsPage(); |