[Libreoffice-commits] .: sc/source
Kohei Yoshida
kohei at kemper.freedesktop.org
Tue Mar 1 08:41:55 PST 2011
sc/source/ui/dbgui/pvlaydlg.cxx | 4 ++--
sc/source/ui/inc/pvlaydlg.hxx | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 6e43ce16e6ac835dae31ccebee0171f85568baeb
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Tue Mar 1 11:41:36 2011 -0500
We call them field windows. Let's be consistent...
diff --git a/sc/source/ui/dbgui/pvlaydlg.cxx b/sc/source/ui/dbgui/pvlaydlg.cxx
index 4da0db7..37a6c14 100644
--- a/sc/source/ui/dbgui/pvlaydlg.cxx
+++ b/sc/source/ui/dbgui/pvlaydlg.cxx
@@ -1469,10 +1469,10 @@ void ScDPLayoutDlg::UpdateSrcRange()
aPageArr.clear();
InitFields();
- RepaintFields();
+ RepaintFieldWindows();
}
-void ScDPLayoutDlg::RepaintFields()
+void ScDPLayoutDlg::RepaintFieldWindows()
{
Rectangle aRect; // currently has no effect whatsoever.
aWndPage.Paint(aRect);
diff --git a/sc/source/ui/inc/pvlaydlg.hxx b/sc/source/ui/inc/pvlaydlg.hxx
index 45d9e25..7b4dad8 100644
--- a/sc/source/ui/inc/pvlaydlg.hxx
+++ b/sc/source/ui/inc/pvlaydlg.hxx
@@ -217,7 +217,7 @@ private:
::std::vector<PivotField>& rDataFields );
void UpdateSrcRange();
- void RepaintFields();
+ void RepaintFieldWindows();
ScDPFieldControlBase* GetFieldWindow(ScDPFieldType eType);
More information about the Libreoffice-commits
mailing list