summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/misc/uiservices.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-05-19 12:56:12 +0000
committerKurt Zenker <kz@openoffice.org>2004-05-19 12:56:12 +0000
commit4c2ef0fd11f7b036da08bd409058123bc8ed31d5 (patch)
tree66f7861dc38f56c294d764ffa3ff65dc2aff3f03 /dbaccess/source/ui/misc/uiservices.cxx
parent050c086476460863656d2d38a55d5362f110141e (diff)
INTEGRATION: CWS qwizards1 (1.12.192); FILE MERGED
2004/01/14 09:16:04 oj 1.12.192.1: #i24380# new services for column descriptor control and model
Diffstat (limited to 'dbaccess/source/ui/misc/uiservices.cxx')
-rw-r--r--dbaccess/source/ui/misc/uiservices.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/dbaccess/source/ui/misc/uiservices.cxx b/dbaccess/source/ui/misc/uiservices.cxx
index f62363017f53..51720f40dc79 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.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: oj $ $Date: 2002-03-04 13:12:38 $
+ * last change: $Author: kz $ $Date: 2004-05-19 13:56:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,6 +93,8 @@ extern "C" void SAL_CALL createRegistryInfo_OTableControl();
extern "C" void SAL_CALL createRegistryInfo_ORelationControl();
extern "C" void SAL_CALL createRegistryInfo_ORowsetFilterDialog();
extern "C" void SAL_CALL createRegistryInfo_ORowsetOrderDialog();
+extern "C" void SAL_CALL createRegistryInfo_OColumnControlModel();
+extern "C" void SAL_CALL createRegistryInfo_OColumnControl();
//***************************************************************************************
extern "C" void SAL_CALL createRegistryInfo_DBU()
@@ -112,6 +114,8 @@ extern "C" void SAL_CALL createRegistryInfo_DBU()
createRegistryInfo_ORelationControl();
createRegistryInfo_ORowsetFilterDialog();
createRegistryInfo_ORowsetOrderDialog();
+ createRegistryInfo_OColumnControlModel();
+ createRegistryInfo_OColumnControl();
bInit = sal_True;
}
}