Kaydet (Commit) 13777c20 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS dba25 (1.2.102); FILE MERGED

2005/03/04 07:19:45 oj 1.2.102.1: #i43912# use set connection as activeconnection
üst 7d7548a5
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: UserSettingsDlg.cxx,v $ * $RCSfile: UserSettingsDlg.cxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: hr $ $Date: 2004-08-02 16:22:05 $ * last change: $Author: obo $ $Date: 2005-03-18 10:11:54 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -154,7 +154,7 @@ Reference<XPropertySetInfo> SAL_CALL OUserSettingsDialog::getPropertySetInfo() ...@@ -154,7 +154,7 @@ Reference<XPropertySetInfo> SAL_CALL OUserSettingsDialog::getPropertySetInfo()
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
Dialog* OUserSettingsDialog::createDialog(Window* _pParent) Dialog* OUserSettingsDialog::createDialog(Window* _pParent)
{ {
OUserAdminDlg* pDlg = new OUserAdminDlg(_pParent, m_pDatasourceItems, m_xORB,m_aInitialSelection); OUserAdminDlg* pDlg = new OUserAdminDlg(_pParent, m_pDatasourceItems, m_xORB,m_aInitialSelection,m_xActiveConnection);
return pDlg; return pDlg;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment