Tag: cws_src680_oj14
User: oj      
Date: 2007-06-04 18:18:39+0000
Log:
 RESYNC: (1.9-1.11); FILE MERGED

File Changes:

Directory: /dba/dbaccess/source/ui/dlg/
=======================================

File [changed]: UserAdminDlg.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/UserAdminDlg.cxx?r1=1.7.4.5&r2=1.7.4.6
Delta lines:  +6 -1
-------------------
--- UserAdminDlg.cxx    2006-11-07 09:20:23+0000        1.7.4.5
+++ UserAdminDlg.cxx    2007-06-04 18:18:36+0000        1.7.4.6
@@ -125,7 +125,7 @@
                delete pExampleSet;
                pExampleSet = new SfxItemSet(*GetInputSetImpl());
 
-               AddTabPage(TAB_PAGE_USERADMIN, 
String(ResId(STR_PAGETITLE_USERADMIN)), OUserAdmin::Create,0, sal_False, 1);
+               AddTabPage(TAB_PAGE_USERADMIN, 
String(ModuleRes(STR_PAGETITLE_USERADMIN)), OUserAdmin::Create,0, sal_False, 1);
 
                // remove the reset button - it's meaning is much too ambiguous 
in this dialog
                RemoveResetButton();
@@ -248,6 +248,11 @@
                SetText(_sTitle);
        }
        
//-------------------------------------------------------------------------
+    void OUserAdminDlg::enableConfirmSettings( bool _bEnable )
+    {
+        (void)_bEnable;
+    }
+       
//-------------------------------------------------------------------------
        sal_Bool OUserAdminDlg::saveDatasource()
        {
                return PrepareLeaveCurrentPage();




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to