summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots/dbpservices.cxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-02-23 14:19:08 +0000
committerFrank Schönheit <fs@openoffice.org>2001-02-23 14:19:08 +0000
commit56b4377daf0b8b09c36a90190d14454b8667a6a8 (patch)
tree28e5aaedf102fa607cb9ae35031eb6d9a49cc7d1 /extensions/source/dbpilots/dbpservices.cxx
parent375094fb1c528c49c06cee2edf98918c80858610 (diff)
some changes / centralizations - added the list-/combobox wizard
Diffstat (limited to 'extensions/source/dbpilots/dbpservices.cxx')
-rw-r--r--extensions/source/dbpilots/dbpservices.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/extensions/source/dbpilots/dbpservices.cxx b/extensions/source/dbpilots/dbpservices.cxx
index b694049edacb..5c2946e02778 100644
--- a/extensions/source/dbpilots/dbpservices.cxx
+++ b/extensions/source/dbpilots/dbpservices.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbpservices.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: fs $ $Date: 2001-02-21 09:23:00 $
+ * last change: $Author: fs $ $Date: 2001-02-23 15:19:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,6 +73,7 @@ using namespace ::com::sun::star::registry;
//---------------------------------------------------------------------------------------
extern "C" void SAL_CALL createRegistryInfo_OGroupBoxWizard();
+extern "C" void SAL_CALL createRegistryInfo_OListComboWizard();
//---------------------------------------------------------------------------------------
@@ -82,6 +83,7 @@ extern "C" void SAL_CALL dbp_initializeModule()
if (!s_bInit)
{
createRegistryInfo_OGroupBoxWizard();
+ createRegistryInfo_OListComboWizard();
::dbp::OModule::setResourceFilePrefix("dbp");
s_bInit = sal_True;
}
@@ -142,6 +144,9 @@ extern "C" void* SAL_CALL component_getFactory(
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.1 2001/02/21 09:23:00 fs
+ * initial checkin - form control auto pilots
+ *
* Revision 1.1 2001/02/12 07:11:01 fs
* initial checkin - importing StarOffice 5.2 database files
*