summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/misc/uiservices.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-04-04 13:03:26 +0000
committerKurt Zenker <kz@openoffice.org>2008-04-04 13:03:26 +0000
commit116bae24956938b1993941bbf0b6a3c55dce0151 (patch)
tree914a99d6d6706c69835bd3c87660eef17e5fa59a /dbaccess/source/ui/misc/uiservices.cxx
parent19af6824b3083fd6f1fd524bb7419c2d84ebe8f8 (diff)
INTEGRATION: CWS titles02 (1.25.18); FILE MERGED
2008/02/12 13:25:39 as 1.25.18.2: RESYNC: (1.25-1.26); FILE MERGED 2007/12/17 15:29:55 oj 1.25.18.1: #i45617# title feature
Diffstat (limited to 'dbaccess/source/ui/misc/uiservices.cxx')
-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 f4b5f6c38f46..37a9cd51a212 100644
--- a/dbaccess/source/ui/misc/uiservices.cxx
+++ b/dbaccess/source/ui/misc/uiservices.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: uiservices.cxx,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: kz $ $Date: 2008-03-07 11:25:30 $
+ * last change: $Author: kz $ $Date: 2008-04-04 14:03:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -69,6 +69,7 @@ extern "C" void SAL_CALL writeDBLoaderInfo(void* pRegistryKey);
extern "C" void SAL_CALL createRegistryInfo_OInteractionHandler();
extern "C" void SAL_CALL createRegistryInfo_SbaXGridControl();
extern "C" void SAL_CALL createRegistryInfo_OQueryControl();
+extern "C" void SAL_CALL createRegistryInfo_OViewControl();
extern "C" void SAL_CALL createRegistryInfo_OTableControl();
extern "C" void SAL_CALL createRegistryInfo_ORelationControl();
extern "C" void SAL_CALL createRegistryInfo_ComposerDialogs();
@@ -101,6 +102,7 @@ extern "C" void SAL_CALL createRegistryInfo_DBU()
createRegistryInfo_OInteractionHandler();
createRegistryInfo_SbaXGridControl();
createRegistryInfo_OQueryControl();
+ createRegistryInfo_OViewControl();
createRegistryInfo_OTableControl();
createRegistryInfo_ORelationControl();
createRegistryInfo_ComposerDialogs();