summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-06-12 10:52:55 +0200
committerDavid Tardon <dtardon@redhat.com>2012-06-18 10:55:30 +0200
commit0b55e9b4b3f8a8eee683fb234c539051c1f9e9ad (patch)
treef3fcbbccf62eeee3a8bd6136323dac9ff64a7806
parent3f996588792d3dbefb001d546524a877d50d537c (diff)
missing intialization
Change-Id: I2350adf98e12b9c9cda4c18a6ba9f935016ac299
-rw-r--r--sw/source/core/unocore/unochart.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/core/unocore/unochart.cxx b/sw/source/core/unocore/unochart.cxx
index 5fb3f302dcd6..d5628f7ca7b0 100644
--- a/sw/source/core/unocore/unochart.cxx
+++ b/sw/source/core/unocore/unochart.cxx
@@ -119,6 +119,7 @@ void SwChartHelper::DoUpdateAllCharts( SwDoc* pDoc )
SwChartLockController_Helper::SwChartLockController_Helper( SwDoc *pDocument ) :
pDoc( pDocument )
+ , bIsLocked( false )
{
aUnlockTimer.SetTimeout( 1500 );
aUnlockTimer.SetTimeoutHdl( LINK( this, SwChartLockController_Helper, DoUnlockAllCharts ));