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

Stephan Bergmann sbergman at redhat.com
Wed Jan 22 07:17:53 PST 2014


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

New commits:
commit 22bb2660ebd068c89fccda8a6c58d2a5a7bdcca8
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Jan 22 16:17:18 2014 +0100

    -Werror,-Wreorder
    
    Change-Id: Iff7837eb1390ddcf9e281912d7d91f76e8daf221

diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index 08642a5..2bc93d6 100644
--- a/framework/source/services/frame.cxx
+++ b/framework/source/services/frame.cxx
@@ -559,8 +559,7 @@ DEFINE_XTYPEPROVIDER_21             (   Frame
     @onerror    ASSERT in debug version or nothing in relaese version.
 *//*-*****************************************************************************************************/
 Frame::Frame( const css::uno::Reference< css::uno::XComponentContext >& xContext )
-        :   ::cppu::OWeakObject         (                                                   )
-        ,   ThreadHelpBase              ( &Application::GetSolarMutex()                     )
+        :   ThreadHelpBase              ( &Application::GetSolarMutex()                     )
         ,   TransactionBase             (                                                   )
         ,   PropertySetHelper           ( &m_aLock,
                                           &m_aTransactionManager,


More information about the Libreoffice-commits mailing list