Kaydet (Commit) eebc6d78 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS odbmacros2 (1.10.98); FILE MERGED

2008/02/11 11:17:52 fs 1.10.98.1: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS
üst ee7cd6d9
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: ConnectionPageSetup.cxx,v $ * $RCSfile: ConnectionPageSetup.cxx,v $
* *
* $Revision: 1.10 $ * $Revision: 1.11 $
* *
* last change: $Author: rt $ $Date: 2007-07-06 08:10:32 $ * last change: $Author: kz $ $Date: 2008-03-06 18:15:21 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -295,7 +295,7 @@ namespace dbaui ...@@ -295,7 +295,7 @@ namespace dbaui
callModifiedHdl(); callModifiedHdl();
} }
// ----------------------------------------------------------------------- // -----------------------------------------------------------------------
sal_Bool OConnectionTabPageSetup::commitPage(COMMIT_REASON /*_eReason*/) sal_Bool OConnectionTabPageSetup::commitPage( CommitPageReason /*_eReason*/ )
{ {
return commitURL(); return commitURL();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment