sc/source/ui/dbgui/pvlaydlg.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 21ccb6b4d93282fbd93d6764ae29e0f1af7b2f68 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Thu Oct 11 05:56:47 2012 +0200 fix the highlighting of the range in the pivot table dialog Change-Id: Ied6b4e562fad652c3fdb3ad7c46b6b40684a4dc9 diff --git a/sc/source/ui/dbgui/pvlaydlg.cxx b/sc/source/ui/dbgui/pvlaydlg.cxx index 0a22a3f..2ff4e10 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 { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits