From afe78e61ac6b5cf0a1554b06e85eed33b9f00990 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 10 May 2007 09:24:01 +0000 Subject: 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# --- dbaccess/source/ui/dlg/UserAdminDlg.cxx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'dbaccess/source/ui/dlg/UserAdminDlg.cxx') 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(); -- cgit