diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 09:24:37 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 09:24:37 +0000 |
commit | 1784d2c4b14bfd202a4c39398bb81c50d340a98e (patch) | |
tree | 34d04bece29ae60037739246c9a798e5c63178bc /dbaccess/source/ui/dlg/dbadmin.cxx | |
parent | e07b16e53da29ec568fa1b5695702f9df30c95f2 (diff) |
INTEGRATION: CWS dba23a (1.100.28); FILE MERGED
2007/03/13 08:42:14 fs 1.100.28.1: some slight re-factoring (class/method renaming), plus some rudimentary fix for #b6532894#
Diffstat (limited to 'dbaccess/source/ui/dlg/dbadmin.cxx')
-rw-r--r-- | dbaccess/source/ui/dlg/dbadmin.cxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/dbaccess/source/ui/dlg/dbadmin.cxx b/dbaccess/source/ui/dlg/dbadmin.cxx index 59310bf35..f82788470 100644 --- a/dbaccess/source/ui/dlg/dbadmin.cxx +++ b/dbaccess/source/ui/dlg/dbadmin.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dbadmin.cxx,v $ * - * $Revision: 1.101 $ + * $Revision: 1.102 $ * - * last change: $Author: rt $ $Date: 2007-04-26 07:58:05 $ + * last change: $Author: kz $ $Date: 2007-05-10 10:24:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -331,6 +331,11 @@ void ODbAdminDialog::setTitle(const ::rtl::OUString& _sTitle) SetText(_sTitle); } //------------------------------------------------------------------------- +void ODbAdminDialog::enableConfirmSettings( bool _bEnable ) +{ + (void)_bEnable; +} +//------------------------------------------------------------------------- sal_Bool ODbAdminDialog::saveDatasource() { return PrepareLeaveCurrentPage(); |