summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-22 16:17:18 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-22 16:17:18 +0100
commit22bb2660ebd068c89fccda8a6c58d2a5a7bdcca8 (patch)
tree0150a637d5e22acd5626e68d366c939d5856c350 /framework
parentc2c530da69152ff9192b9726aa95961803ce9b29 (diff)
-Werror,-Wreorder
Change-Id: Iff7837eb1390ddcf9e281912d7d91f76e8daf221
Diffstat (limited to 'framework')
-rw-r--r--framework/source/services/frame.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index 08642a5c7799..2bc93d6d67c8 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,