diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-01-22 11:55:35 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-01-22 11:55:35 +0200 |
commit | 17cfcceb4e594e727a28ddaf311d794cd9cc9990 (patch) | |
tree | dd3aec252853d0db75b79554d7f8a323db5c0926 /framework/source | |
parent | fa290c750183ab598447630ab66f382e99188edb (diff) |
WaE: -Wreorder
Change-Id: I8b6e3aafa6208223a65b777c232de88cfb2e5a8c
Diffstat (limited to 'framework/source')
-rw-r--r-- | framework/source/services/frame.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx index 54850af505bf..4a47cdafcdaf 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() ) |