diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-06 18:05:21 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-06 18:05:21 +0000 |
commit | 47cbd9ff2ae900345acb7ed347c2a26df5419d04 (patch) | |
tree | 177326786abb56453202e831005139081a391ffa /sw/source/ui | |
parent | 3df4613321bfe28e704258523a57727e7edc611b (diff) |
INTEGRATION: CWS odbmacros2 (1.4.840); FILE MERGED
2008/02/11 11:13:29 fs 1.4.840.1: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS
Diffstat (limited to 'sw/source/ui')
-rw-r--r-- | sw/source/ui/dbui/mmdocselectpage.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/dbui/mmdocselectpage.hxx b/sw/source/ui/dbui/mmdocselectpage.hxx index 8c84f1e316a6..1e315cf8100f 100644 --- a/sw/source/ui/dbui/mmdocselectpage.hxx +++ b/sw/source/ui/dbui/mmdocselectpage.hxx @@ -4,9 +4,9 @@ * * $RCSfile: mmdocselectpage.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-03-29 08:07:35 $ + * last change: $Author: kz $ $Date: 2008-03-06 19:05:21 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -77,7 +77,7 @@ class SwMailMergeDocSelectPage : public svt::OWizardPage DECL_LINK(DocSelectHdl, RadioButton*); DECL_LINK(FileSelectHdl, PushButton*); - virtual sal_Bool commitPage(COMMIT_REASON _eReason); + virtual sal_Bool commitPage( CommitPageReason _eReason ); public: SwMailMergeDocSelectPage( SwMailMergeWizard* _pParent); |