diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-06 17:38:19 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-06 17:38:19 +0000 |
commit | 3fa480214786ec96a1db2163b61ef1a6cb3d99a9 (patch) | |
tree | 69901c189d25bbdda211c941a3f2ad32fbbcdd49 /extensions | |
parent | 47caced60cf69eadef42afc38ddb7acca9981363 (diff) |
INTEGRATION: CWS odbmacros2 (1.11.18); FILE MERGED
2008/02/11 11:14:55 fs 1.11.18.1: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/abpilot/fieldmappingpage.cxx | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/extensions/source/abpilot/fieldmappingpage.cxx b/extensions/source/abpilot/fieldmappingpage.cxx index 15ae06df234a..e63c3bb99329 100644 --- a/extensions/source/abpilot/fieldmappingpage.cxx +++ b/extensions/source/abpilot/fieldmappingpage.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fieldmappingpage.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: ihi $ $Date: 2008-01-14 14:34:01 $ + * last change: $Author: kz $ $Date: 2008-03-06 18:38:19 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -104,12 +104,6 @@ namespace abp } //--------------------------------------------------------------------- - sal_Bool FieldMappingPage::commitPage(COMMIT_REASON _eReason) - { - return AddressBookSourcePage::commitPage(_eReason); - } - - //--------------------------------------------------------------------- void FieldMappingPage::implUpdateHint() { const AddressSettings& rSettings = getSettings(); |