summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-10-11 05:56:47 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-10-11 05:58:43 +0200
commit21ccb6b4d93282fbd93d6764ae29e0f1af7b2f68 (patch)
treea595b065256ae908fc370fc7b0221f1fd46d3f5e /sc/source
parent96cf0a4e97a8725b59d8746192c6e4888a1314b8 (diff)
fix the highlighting of the range in the pivot table dialog
Change-Id: Ied6b4e562fad652c3fdb3ad7c46b6b40684a4dc9
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/ui/dbgui/pvlaydlg.cxx4
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
{