diff options
-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(); |