extensions: argh why can't that be formatted properly

Change-Id: I21a32877182dc84bd2291e87bdf49fa513835fc4
This commit is contained in:
Michael Stahl 2013-02-28 23:27:26 +01:00
parent 043f614a3e
commit b0612be251

View File

@ -200,9 +200,10 @@ STDMETHODIMP ProviderOleWrapper_Impl::LockServer(int /*fLock*/)
OneInstanceOleWrapper_Impl::OneInstanceOleWrapper_Impl( const Reference<XMultiServiceFactory>& smgr,
const Reference<XInterface>& xInst,
GUID* pGuid )
: m_xInst(xInst), m_refCount(0),
m_smgr( smgr),
m_factoryHandle( 0 ),
: m_xInst(xInst)
, m_refCount(0)
, m_smgr(smgr)
, m_factoryHandle(0)
{
m_guid = *pGuid;