summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-10 09:22:35 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-10 09:22:35 +0000
commitf795de4b27d632d79e835da977e70d2de7ff6631 (patch)
treea74895bb65e8fe456f2402137ab008f827168ce5 /dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx
parent864d71dfc48f4a2e82409bdcb6b942a6d743b8a7 (diff)
INTEGRATION: CWS dba23a (1.5.126); FILE MERGED
2007/03/13 08:42:13 fs 1.5.126.1: some slight re-factoring (class/method renaming), plus some rudimentary fix for #b6532894#
Diffstat (limited to 'dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx')
-rw-r--r--dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx b/dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx
index e918ebd62b35..ef349a5751ce 100644
--- a/dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx
+++ b/dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: DBSetupConnectionPages.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 03:03:28 $
+ * last change: $Author: kz $ $Date: 2007-05-10 10:22:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -66,7 +66,7 @@ namespace dbaui
{
//.........................................................................
- class IAdminHelper;
+ class IDatabaseSettingsDialog;
// static OGenericAdministrationPage* CreateDbaseTabPage( Window* pParent, const SfxItemSet& _rAttrSet );
@@ -105,7 +105,7 @@ namespace dbaui
protected:
virtual ~OTextConnectionPageSetup();
- virtual sal_Bool checkItems();
+ virtual sal_Bool prepareLeave();
virtual void implInitControls(const SfxItemSet& _rSet, sal_Bool _bSaveValue);
virtual void fillControls(::std::vector< ISaveValueWrapper* >& _rControlList);
virtual void fillWindows(::std::vector< ISaveValueWrapper* >& _rControlList);