summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2011-12-03 00:41:05 +0100
committerMichael Stahl <mstahl@redhat.com>2011-12-03 00:48:18 +0100
commitb93aad95120df2c40756f4ba06344eac2297d0ee (patch)
tree378c2d127a9857893f2f75fd44bdb24f2ec99040
parent4f01d343cd6c4e8558cd4331277f02d7089ff476 (diff)
svt::ToolboxController: valgrind complained...
-rw-r--r--svtools/source/uno/toolboxcontroller.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/svtools/source/uno/toolboxcontroller.cxx b/svtools/source/uno/toolboxcontroller.cxx
index 63318d44bf49..4e4970b5d729 100644
--- a/svtools/source/uno/toolboxcontroller.cxx
+++ b/svtools/source/uno/toolboxcontroller.cxx
@@ -89,6 +89,7 @@ ToolboxController::ToolboxController(
const ::rtl::OUString& aCommandURL ) :
OPropertyContainer(GetBroadcastHelper())
, OWeakObject()
+ , m_bSupportVisible(sal_False)
, m_bInitialized( sal_False )
, m_bDisposed( sal_False )
, m_xFrame(xFrame)
@@ -116,6 +117,7 @@ ToolboxController::ToolboxController(
ToolboxController::ToolboxController() :
OPropertyContainer(GetBroadcastHelper())
, OWeakObject()
+ , m_bSupportVisible(sal_False)
, m_bInitialized( sal_False )
, m_bDisposed( sal_False )
, m_aListenerContainer( m_aMutex )