From 21ccb6b4d93282fbd93d6764ae29e0f1af7b2f68 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Thu, 11 Oct 2012 05:56:47 +0200 Subject: fix the highlighting of the range in the pivot table dialog Change-Id: Ied6b4e562fad652c3fdb3ad7c46b6b40684a4dc9 --- sc/source/ui/dbgui/pvlaydlg.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sc') diff --git a/sc/source/ui/dbgui/pvlaydlg.cxx b/sc/source/ui/dbgui/pvlaydlg.cxx index 0a22a3fc9bc2..2ff4e10e57e5 100644 --- a/sc/source/ui/dbgui/pvlaydlg.cxx +++ b/sc/source/ui/dbgui/pvlaydlg.cxx @@ -105,7 +105,7 @@ ScDPLayoutDlg::ScDPLayoutDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pPar aFlAreas ( this, ScResId( FL_OUTPUT ) ), aFtInArea ( this, ScResId( FT_INAREA) ), - aEdInPos ( this, ScResId( ED_INAREA) ), + aEdInPos ( this, this, ScResId( ED_INAREA) ), aRbInPos ( this, ScResId( RB_INAREA ), &aEdInPos, this ), aLbOutPos ( this, ScResId( LB_OUTAREA ) ), @@ -1742,7 +1742,7 @@ void ScDPLayoutDlg::SetActive() if ( pEditActive == &aEdInPos ) EdInModifyHdl( NULL ); else if ( pEditActive == &aEdOutPos ) - EdModifyHdl( NULL ); + EdModifyHdl( NULL ); } else { -- cgit