diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2001-05-22 09:53:32 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2001-05-22 09:53:32 +0000 |
commit | a7b117921ea9fb1b54de5e63c643279d17c18fa6 (patch) | |
tree | 3664f499cc4965f82833e46be66a227e176dae0f /connectivity/source/drivers/flat | |
parent | 1efd332fa39143722f91d7a9cfbcc879b90afa89 (diff) |
#65293# createSingleFactory changed
Diffstat (limited to 'connectivity/source/drivers/flat')
-rw-r--r-- | connectivity/source/drivers/flat/Eservices.cxx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/connectivity/source/drivers/flat/Eservices.cxx b/connectivity/source/drivers/flat/Eservices.cxx index 34be76407ced..3e07e6d11118 100644 --- a/connectivity/source/drivers/flat/Eservices.cxx +++ b/connectivity/source/drivers/flat/Eservices.cxx @@ -2,9 +2,9 @@ * * $RCSfile: Eservices.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jl $ $Date: 2001-03-21 13:41:54 $ + * last change: $Author: vg $ $Date: 2001-05-22 10:51:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,7 +82,8 @@ typedef Reference< XSingleServiceFactory > (SAL_CALL *createFactoryFunc) const Reference< XMultiServiceFactory > & rServiceManager, const OUString & rComponentName, ::cppu::ComponentInstantiation pCreateFunction, - const Sequence< OUString > & rServiceNames + const Sequence< OUString > & rServiceNames, + rtl_ModuleCount* _pT ); //*************************************************************************************** @@ -137,7 +138,7 @@ struct ProviderRequest if (!xRet.is() && (Implname == sImplementationName)) try { - xRet = creator( xServiceManager, sImplementationName,Factory, Services); + xRet = creator( xServiceManager, sImplementationName,Factory, Services,0); } catch(...) { |