[Libreoffice-commits] core.git: extensions/source

Michael Stahl mstahl at redhat.com
Thu Feb 28 14:44:39 PST 2013


 extensions/source/ole/servprov.cxx |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

New commits:
commit b0612be2516bcfeadf99ce46edd0aa724f84d66a
Author: Michael Stahl <mstahl at redhat.com>
Date:   Thu Feb 28 23:27:26 2013 +0100

    extensions: argh why can't that be formatted properly
    
    Change-Id: I21a32877182dc84bd2291e87bdf49fa513835fc4

diff --git a/extensions/source/ole/servprov.cxx b/extensions/source/ole/servprov.cxx
index e49e5c3..4882459 100644
--- a/extensions/source/ole/servprov.cxx
+++ b/extensions/source/ole/servprov.cxx
@@ -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;
 


More information about the Libreoffice-commits mailing list