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

Tor Lillqvist tml at collabora.com
Wed Jan 22 01:56:03 PST 2014


 framework/source/services/frame.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 17cfcceb4e594e727a28ddaf311d794cd9cc9990
Author: Tor Lillqvist <tml at collabora.com>
Date:   Wed Jan 22 11:55:35 2014 +0200

    WaE: -Wreorder
    
    Change-Id: I8b6e3aafa6208223a65b777c232de88cfb2e5a8c

diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index 54850af..4a47cda 100644
--- a/framework/source/services/frame.cxx
+++ b/framework/source/services/frame.cxx
@@ -560,12 +560,12 @@ DEFINE_XTYPEPROVIDER_21             (   Frame
     @onerror    ASSERT in debug version or nothing in relaese version.
 *//*-*****************************************************************************************************/
 Frame::Frame( const css::uno::Reference< css::uno::XComponentContext >& xContext )
-        :   ThreadHelpBase              ( &Application::GetSolarMutex()                     )
+        :   ::cppu::OWeakObject         (                                                   )
+        ,   ThreadHelpBase              ( &Application::GetSolarMutex()                     )
         ,   TransactionBase             (                                                   )
         ,   PropertySetHelper           ( &m_aLock,
                                           &m_aTransactionManager,
                                           sal_False) // sal_False => dont release shared mutex on calling us!
-        ,   ::cppu::OWeakObject         (                                                   )
         //  init member
         ,   m_xContext                  ( xContext                                          )
         ,   m_aListenerContainer        ( m_aLock.getShareableOslMutex()                    )


More information about the Libreoffice-commits mailing list