summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extensions/source/ole/servprov.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/ole/servprov.cxx b/extensions/source/ole/servprov.cxx
index 8af56d10ad57..f699bddcae9a 100644
--- a/extensions/source/ole/servprov.cxx
+++ b/extensions/source/ole/servprov.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: servprov.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jl $ $Date: 2001-06-27 10:56:03 $
+ * last change: $Author: jl $ $Date: 2001-06-27 13:04:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -239,7 +239,7 @@ STDMETHODIMP ProviderOleWrapper_Impl::LockServer(int fLock)
OneInstanceOleWrapper_Impl::OneInstanceOleWrapper_Impl( const Reference<XMultiServiceFactory>& smgr,
const Reference<XInterface>& xInst, GUID* pGuid)
- : m_xInst(xInst),
+ : m_xInst(xInst), m_refCount(0),
m_smgr( smgr)
{
m_guid = *pGuid;