summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/UserAdminDlg.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-10 09:24:01 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-10 09:24:01 +0000
commitafe78e61ac6b5cf0a1554b06e85eed33b9f00990 (patch)
tree6e7f258bc54e8cabad8ca9197886c98f0ecc9a28 /dbaccess/source/ui/dlg/UserAdminDlg.cxx
parent4fc92ec6f4b2a810c6cd2dca6e16ef7392ad8718 (diff)
INTEGRATION: CWS dba23a (1.9.72); FILE MERGED
2007/03/13 08:42:13 fs 1.9.72.1: some slight re-factoring (class/method renaming), plus some rudimentary fix for #b6532894#
Diffstat (limited to 'dbaccess/source/ui/dlg/UserAdminDlg.cxx')
-rw-r--r--dbaccess/source/ui/dlg/UserAdminDlg.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/dbaccess/source/ui/dlg/UserAdminDlg.cxx b/dbaccess/source/ui/dlg/UserAdminDlg.cxx
index d2c2428689ed..70014654d029 100644
--- a/dbaccess/source/ui/dlg/UserAdminDlg.cxx
+++ b/dbaccess/source/ui/dlg/UserAdminDlg.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: UserAdminDlg.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2007-04-26 07:57:16 $
+ * last change: $Author: kz $ $Date: 2007-05-10 10:24:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -251,6 +251,11 @@ DBG_NAME(OUserAdminDlg)
SetText(_sTitle);
}
//-------------------------------------------------------------------------
+ void OUserAdminDlg::enableConfirmSettings( bool _bEnable )
+ {
+ (void)_bEnable;
+ }
+ //-------------------------------------------------------------------------
sal_Bool OUserAdminDlg::saveDatasource()
{
return PrepareLeaveCurrentPage();