[Libreoffice-commits] .: Branch 'feature/dp-named-range-source' - sc/inc
Kohei Yoshida
kohei at kemper.freedesktop.org
Fri Jan 21 12:02:37 PST 2011
sc/inc/dpshttab.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3ffdf8c54889295f84aec2ba94c47bb66f496558
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Fri Jan 21 15:02:10 2011 -0500
The range name data member can safely have private visibility.
diff --git a/sc/inc/dpshttab.hxx b/sc/inc/dpshttab.hxx
index 9584e89..d782157 100644
--- a/sc/inc/dpshttab.hxx
+++ b/sc/inc/dpshttab.hxx
@@ -54,8 +54,8 @@ class ScSheetSourceDesc
{
private:
ScRange aSourceRange;
-public:
::rtl::OUString maRangeName;
+public:
ScQueryParam aQueryParam;
SC_DLLPUBLIC void SetSourceRange(const ScRange& rRange);
More information about the Libreoffice-commits
mailing list