diff options
author | Niklas Nebel <nn@openoffice.org> | 2011-03-09 11:44:16 +0100 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2011-03-09 11:44:16 +0100 |
commit | f887134f9e809d22b759ff9e0f87d1088c6d0b90 (patch) | |
tree | b221f810b13591d5959bf8c0da1ebca183e46812 /sc/source/ui/dbgui | |
parent | 609e196ad264ddf039bfec245c81a0d0a3232453 (diff) |
calc66: #i116504# don't use the same cache ID for a different range
Diffstat (limited to 'sc/source/ui/dbgui')
-rw-r--r-- | sc/source/ui/dbgui/pvlaydlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/dbgui/pvlaydlg.cxx b/sc/source/ui/dbgui/pvlaydlg.cxx index b43779ffa62b..3377fc16b924 100644 --- a/sc/source/ui/dbgui/pvlaydlg.cxx +++ b/sc/source/ui/dbgui/pvlaydlg.cxx @@ -99,7 +99,7 @@ ScPivotLayoutDlg::ScPivotLayoutDlg( SfxBindings* pB, SfxChildWindow* pCW, Window maFlAreas( this, ScResId( FL_OUTPUT ) ), maFtInArea( this, ScResId( FT_INAREA) ), - maEdInPos( this, ScResId( ED_INAREA) ), + maEdInPos( this, this, ScResId( ED_INAREA) ), maRbInPos( this, ScResId( RB_INAREA ), &maEdInPos, this ), maLbOutPos( this, ScResId( LB_OUTAREA ) ), maFtOutArea( this, ScResId( FT_OUTAREA ) ), |