diff options
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/dbgui/consdlg.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/ui/dbgui/consdlg.cxx b/sc/source/ui/dbgui/consdlg.cxx index 8b9e99b0caf0..0f8e3281df35 100644 --- a/sc/source/ui/dbgui/consdlg.cxx +++ b/sc/source/ui/dbgui/consdlg.cxx @@ -78,7 +78,8 @@ ScConsolidateDlg::ScConsolidateDlg( SfxBindings* pB, SfxChildWindow* pCW, Window pRangeUtil ( new ScRangeUtil ), pAreaData ( NULL ), nAreaDataCount ( 0 ), - nWhichCons ( rArgSet.GetPool()->GetWhich( SID_CONSOLIDATE ) ) + nWhichCons ( rArgSet.GetPool()->GetWhich( SID_CONSOLIDATE ) ), + bDlgLostFocus ( false ) { get(pLbFunc,"func"); get(pLbConsAreas,"consareas"); |