User: kz Date: 2008-03-07 11:25:33+0000 Modified: dba/dbaccess/source/ui/misc/uiservices.cxx
Log: INTEGRATION: CWS textconnectionsettings (1.26.26); FILE MERGED 2008/03/05 12:57:34 fs 1.26.26.1: #i86720# File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: uiservices.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/uiservices.cxx?r1=1.26&r2=1.27 Delta lines: +2 -0 ------------------- --- uiservices.cxx 2008-01-30 08:53:51+0000 1.26 +++ uiservices.cxx 2008-03-07 11:25:30+0000 1.27 @@ -84,6 +84,7 @@ extern "C" void SAL_CALL createRegistryInfo_OToolboxController(); extern "C" void SAL_CALL createRegistryInfo_OStatusbarController(); extern "C" void SAL_CALL createRegistryInfo_CopyTableWizard(); +extern "C" void SAL_CALL createRegistryInfo_OTextConnectionSettingsDialog(); //*************************************************************************************** extern "C" void SAL_CALL createRegistryInfo_DBU() @@ -115,6 +116,7 @@ createRegistryInfo_OToolboxController(); createRegistryInfo_OStatusbarController(); createRegistryInfo_CopyTableWizard(); + createRegistryInfo_OTextConnectionSettingsDialog(); bInit = sal_True; } } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
