summaryrefslogtreecommitdiff
path: root/extensions/source/inc/componentmodule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/inc/componentmodule.cxx')
-rw-r--r--extensions/source/inc/componentmodule.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/extensions/source/inc/componentmodule.cxx b/extensions/source/inc/componentmodule.cxx
index e6944396d325..e49bff666769 100644
--- a/extensions/source/inc/componentmodule.cxx
+++ b/extensions/source/inc/componentmodule.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: componentmodule.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jl $ $Date: 2001-03-23 11:50:19 $
+ * last change: $Author: rt $ $Date: 2001-05-23 07:41:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -364,7 +364,7 @@ namespace COMPMOD_NAMESPACE
const FactoryInstantiation FactoryInstantiationFunction = reinterpret_cast<const FactoryInstantiation>(*pFactoryFunction);
const ComponentInstantiation ComponentInstantiationFunction = reinterpret_cast<const ComponentInstantiation>(*pComponentFunction);
- xReturn = FactoryInstantiationFunction( _rxServiceManager, *pImplName, ComponentInstantiationFunction, *pServices);
+ xReturn = FactoryInstantiationFunction( _rxServiceManager, *pImplName, ComponentInstantiationFunction, *pServices, NULL);
if (xReturn.is())
{
xReturn->acquire();
@@ -384,6 +384,9 @@ namespace COMPMOD_NAMESPACE
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.2 2001/03/23 11:50:19 jl
+ * replaced: OSL_ENSHURE->OSL_ENSURE
+ *
* Revision 1.1 2001/02/12 07:06:08 fs
* initial checkin - helper class for implementing module-functionality in SFX-less components
*