[Libreoffice-commits] .: sc/source
Kohei Yoshida
kohei at kemper.freedesktop.org
Fri Jan 21 22:49:16 PST 2011
sc/source/ui/dbgui/pvlaydlg.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 1f1cfac93332828f79e1ef677d2487d7731741d3
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Sat Jan 22 01:48:53 2011 -0500
Refresh dp cache after the source range changes.
diff --git a/sc/source/ui/dbgui/pvlaydlg.cxx b/sc/source/ui/dbgui/pvlaydlg.cxx
index 6effb7c..9c5faf5 100644
--- a/sc/source/ui/dbgui/pvlaydlg.cxx
+++ b/sc/source/ui/dbgui/pvlaydlg.cxx
@@ -1451,6 +1451,7 @@ void ScDPLayoutDlg::UpdateSrcRange()
}
xDlgDPObject->SetSheetDesc(inSheet);
+ xDlgDPObject->RefreshCache();
xDlgDPObject->FillOldParam( thePivotData, FALSE );
xDlgDPObject->FillLabelData(thePivotData);
More information about the Libreoffice-commits
mailing list