summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/misc/uiservices.cxx
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-10-27 12:07:50 +0000
committerPascal Junck <pjunck@openoffice.org>2004-10-27 12:07:50 +0000
commit2d755f34b129dac8a2d2d33bedda74dca46a3001 (patch)
tree1c4f6790513e83c8489c91128ffc3a6c7f1e3ecc /dbaccess/source/ui/misc/uiservices.cxx
parent893078d31581fd5eefd34f2f3aded04297c6d0cb (diff)
INTEGRATION: CWS dbwizard1 (1.14.6); FILE MERGED
2004/10/11 17:22:13 tv 1.14.6.3: RESYNC: (1.14-1.15); FILE MERGED 2004/08/23 14:00:46 bc 1.14.6.2: #i20313#wrapperservice to call wizard added 2004/08/16 10:52:18 bc 1.14.6.1: #i20313#Classes for Datasource wizard checked in
Diffstat (limited to 'dbaccess/source/ui/misc/uiservices.cxx')
-rw-r--r--dbaccess/source/ui/misc/uiservices.cxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/dbaccess/source/ui/misc/uiservices.cxx b/dbaccess/source/ui/misc/uiservices.cxx
index a9f690c3736e..60830b2a3a8e 100644
--- a/dbaccess/source/ui/misc/uiservices.cxx
+++ b/dbaccess/source/ui/misc/uiservices.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: uiservices.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: rt $ $Date: 2004-09-09 09:47:32 $
+ * last change: $Author: pjunck $ $Date: 2004-10-27 13:07:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -99,7 +99,8 @@ extern "C" void SAL_CALL createRegistryInfo_ODirectSQLDialog();
extern "C" void SAL_CALL createRegistryInfo_OAdvancedSettingsDialog();
extern "C" void SAL_CALL createRegistryInfo_ODBTypeWizDialog();
extern "C" void SAL_CALL createRegistryInfo_OUserSettingsDialog();
-extern "C" void SAL_CALL createRegistryInfo_ODBTypeWizDialog();
+extern "C" void SAL_CALL createRegistryInfo_ODBTypeWizDialogSetup();
+extern "C" void SAL_CALL createRegistryInfo_OCallDBTypeWizDialogSetup();
extern "C" void SAL_CALL createRegistryInfo_OAdabasSettingsDialog();
extern "C" void SAL_CALL createRegistryInfo_OColumnControlModel();
extern "C" void SAL_CALL createRegistryInfo_OColumnControl();
@@ -128,7 +129,9 @@ extern "C" void SAL_CALL createRegistryInfo_DBU()
createRegistryInfo_ODirectSQLDialog();
createRegistryInfo_OAdvancedSettingsDialog();
createRegistryInfo_ODBTypeWizDialog();
- createRegistryInfo_OUserSettingsDialog();
+ createRegistryInfo_ODBTypeWizDialogSetup();
+ createRegistryInfo_OCallDBTypeWizDialogSetup();
+ createRegistryInfo_OUserSettingsDialog();
createRegistryInfo_OAdabasSettingsDialog();
createRegistryInfo_OColumnControlModel();
createRegistryInfo_OColumnControl();