extensions: argh why can't that be formatted properly
Change-Id: I21a32877182dc84bd2291e87bdf49fa513835fc4
This commit is contained in:
parent
043f614a3e
commit
b0612be251
@ -200,9 +200,10 @@ STDMETHODIMP ProviderOleWrapper_Impl::LockServer(int /*fLock*/)
|
|||||||
OneInstanceOleWrapper_Impl::OneInstanceOleWrapper_Impl( const Reference<XMultiServiceFactory>& smgr,
|
OneInstanceOleWrapper_Impl::OneInstanceOleWrapper_Impl( const Reference<XMultiServiceFactory>& smgr,
|
||||||
const Reference<XInterface>& xInst,
|
const Reference<XInterface>& xInst,
|
||||||
GUID* pGuid )
|
GUID* pGuid )
|
||||||
: m_xInst(xInst), m_refCount(0),
|
: m_xInst(xInst)
|
||||||
m_smgr( smgr),
|
, m_refCount(0)
|
||||||
m_factoryHandle( 0 ),
|
, m_smgr(smgr)
|
||||||
|
, m_factoryHandle(0)
|
||||||
{
|
{
|
||||||
m_guid = *pGuid;
|
m_guid = *pGuid;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user