diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-10-11 05:56:47 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-10-11 05:58:43 +0200 |
commit | 21ccb6b4d93282fbd93d6764ae29e0f1af7b2f68 (patch) | |
tree | a595b065256ae908fc370fc7b0221f1fd46d3f5e /sc | |
parent | 96cf0a4e97a8725b59d8746192c6e4888a1314b8 (diff) |
fix the highlighting of the range in the pivot table dialog
Change-Id: Ied6b4e562fad652c3fdb3ad7c46b6b40684a4dc9
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/dbgui/pvlaydlg.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |