diff options
-rw-r--r-- | sc/source/ui/dbgui/consdlg.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/dbgui/consdlg.cxx b/sc/source/ui/dbgui/consdlg.cxx index 23e2b23c381d..8094c1cf5ac1 100644 --- a/sc/source/ui/dbgui/consdlg.cxx +++ b/sc/source/ui/dbgui/consdlg.cxx @@ -82,9 +82,7 @@ ScConsolidateDlg::ScConsolidateDlg( SfxBindings* pB, SfxChildWindow* pCW, Window pRangeUtil ( new ScRangeUtil ), pAreaData ( NULL ), nAreaDataCount ( 0 ), - nWhichCons ( rArgSet.GetPool()->GetWhich( SID_CONSOLIDATE ) ), - - pRefInputEdit ( pEdDataArea ) + nWhichCons ( rArgSet.GetPool()->GetWhich( SID_CONSOLIDATE ) ) { get(pLbFunc,"func"); get(pLbConsAreas,"consareas"); @@ -93,6 +91,8 @@ ScConsolidateDlg::ScConsolidateDlg( SfxBindings* pB, SfxChildWindow* pCW, Window get(pEdDataArea,"eddataarea"); get(pRbDataArea,"rbdataarea"); + pRefInputEdit = pEdDataArea; + get(pLbDestArea,"lbdestarea"); get(pEdDestArea,"eddestarea"); get(pRbDestArea,"rbdestarea"); |