summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/app/acctrl.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/ui/app/acctrl.cxx b/sc/source/ui/app/acctrl.cxx
index 4f3ac234c3dc..bff92c18e684 100644
--- a/sc/source/ui/app/acctrl.cxx
+++ b/sc/source/ui/app/acctrl.cxx
@@ -33,6 +33,7 @@ SFX_IMPL_STATUSBAR_CONTROL(ScAutoCalculateControl, SfxBoolItem);
ScAutoCalculateControl::ScAutoCalculateControl(sal_uInt16 _nSlotId, sal_uInt16 _nId,
StatusBar& rStb)
: SfxStatusBarControl(_nSlotId, _nId, rStb)
+ , m_bIsActive(false)
{
}
@@ -80,4 +81,4 @@ void ScAutoCalculateControl::Click()
SfxStatusBarControl::Click(); // exec FID_AUTO_CALC and toggle AutoCalc on
}
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ \ No newline at end of file
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */