diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-01-09 15:11:54 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-01-09 15:11:54 +0000 |
commit | d790738d6dee3d80db779d367ccae65911fa2a14 (patch) | |
tree | 379bdf76934a9f648d5e9f5e5b58c38eba62ea5c /dbaccess/source/ui/misc | |
parent | 006032082bfcf39e327cf943f6320e4896cac075 (diff) |
#81232#
Diffstat (limited to 'dbaccess/source/ui/misc')
-rw-r--r-- | dbaccess/source/ui/misc/uiservices.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dbaccess/source/ui/misc/uiservices.cxx b/dbaccess/source/ui/misc/uiservices.cxx index 0bfe4d6d6bd1..5f82459a0896 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.6 $ + * $Revision: 1.7 $ * - * last change: $Author: fs $ $Date: 2000-12-15 16:46:23 $ + * last change: $Author: oj $ $Date: 2001-01-09 16:11:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -72,6 +72,7 @@ /********************************************************************************************/ using namespace ::rtl; +using namespace ::dbaui; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::registry; @@ -87,6 +88,7 @@ extern "C" void SAL_CALL createRegistryInfo_DBContentLoader(); 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_DBU() @@ -101,6 +103,7 @@ extern "C" void SAL_CALL createRegistryInfo_DBU() createRegistryInfo_DBContentLoader(); createRegistryInfo_OInteractionHandler(); createRegistryInfo_SbaXGridControl(); + createRegistryInfo_OQueryControl(); bInit = sal_True; } } |