summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-09-09 08:47:32 +0000
committerRüdiger Timm <rt@openoffice.org>2004-09-09 08:47:32 +0000
commitd54c4888b004a43cb3714e1009d931a5850592de (patch)
tree92aaf9febaea432d78cba08cccde4975dd10753c /dbaccess/source/ui
parent8eaa2a89c93bc8d19b881a0572a861252dee9407 (diff)
INTEGRATION: CWS insight02 (1.14.2); FILE MERGED
2004/08/13 09:01:06 oj 1.14.2.1: #i32563# toolbox changes
Diffstat (limited to 'dbaccess/source/ui')
-rw-r--r--dbaccess/source/ui/misc/uiservices.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/dbaccess/source/ui/misc/uiservices.cxx b/dbaccess/source/ui/misc/uiservices.cxx
index 66b3a9c809a5..a9f690c3736e 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.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: hr $ $Date: 2004-08-02 16:11:49 $
+ * last change: $Author: rt $ $Date: 2004-09-09 09:47:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,6 +103,7 @@ extern "C" void SAL_CALL createRegistryInfo_ODBTypeWizDialog();
extern "C" void SAL_CALL createRegistryInfo_OAdabasSettingsDialog();
extern "C" void SAL_CALL createRegistryInfo_OColumnControlModel();
extern "C" void SAL_CALL createRegistryInfo_OColumnControl();
+extern "C" void SAL_CALL createRegistryInfo_OToolboxController();
//***************************************************************************************
extern "C" void SAL_CALL createRegistryInfo_DBU()
@@ -131,6 +132,7 @@ extern "C" void SAL_CALL createRegistryInfo_DBU()
createRegistryInfo_OAdabasSettingsDialog();
createRegistryInfo_OColumnControlModel();
createRegistryInfo_OColumnControl();
+ createRegistryInfo_OToolboxController();
bInit = sal_True;
}
}