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

New commits:
commit 17cfcceb4e594e727a28ddaf311d794cd9cc9990
Author: Tor Lillqvist <t...@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()       
             )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to