summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/TextConnectionHelper.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-10 09:23:22 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-10 09:23:22 +0000
commitbc1f205a916f7446bd6d25a2df04b723c60dd335 (patch)
treea81370791efbb6b1200e5815499cb36ebbc60bcd /dbaccess/source/ui/dlg/TextConnectionHelper.hxx
parent77475d2058991d492bdd1a52854ce99a20989925 (diff)
INTEGRATION: CWS dba23a (1.4.126); FILE MERGED
2007/03/13 08:42:13 fs 1.4.126.1: some slight re-factoring (class/method renaming), plus some rudimentary fix for #b6532894#
Diffstat (limited to 'dbaccess/source/ui/dlg/TextConnectionHelper.hxx')
-rw-r--r--dbaccess/source/ui/dlg/TextConnectionHelper.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/dlg/TextConnectionHelper.hxx b/dbaccess/source/ui/dlg/TextConnectionHelper.hxx
index e842fae9a997..9d93d13bdec0 100644
--- a/dbaccess/source/ui/dlg/TextConnectionHelper.hxx
+++ b/dbaccess/source/ui/dlg/TextConnectionHelper.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: TextConnectionHelper.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 03:04:34 $
+ * last change: $Author: kz $ $Date: 2007-05-10 10:23:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -122,7 +122,7 @@ namespace dbaui
void SetClickHandler(const Link& _rHandler) { m_aGetExtensionHandler = _rHandler; }
String GetExtension();
sal_Bool FillItemSet( SfxItemSet& rSet, const sal_Bool bChangedSomething );
- sal_Bool checkItems();
+ sal_Bool prepareLeave();
};
//.........................................................................