summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table3.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-11-14 17:26:50 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2011-11-14 17:26:50 -0500
commite2577c3df784be265ff2314b4c25601f4f30fe04 (patch)
treefe12b34484fe0c99c0375e70dcfeecf2ff294238 /sc/source/core/data/table3.cxx
parentd56778ac4b75517f87aaf71763c51dfdc1eb02c3 (diff)
This can be const.
Diffstat (limited to 'sc/source/core/data/table3.cxx')
-rw-r--r--sc/source/core/data/table3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/table3.cxx b/sc/source/core/data/table3.cxx
index afdbed1bcb49..8d510280d30c 100644
--- a/sc/source/core/data/table3.cxx
+++ b/sc/source/core/data/table3.cxx
@@ -1700,7 +1700,7 @@ public:
}
};
-void lcl_PrepareQuery( ScDocument* pDoc, ScTable* pTab, ScQueryParam& rParam )
+void lcl_PrepareQuery( const ScDocument* pDoc, ScTable* pTab, ScQueryParam& rParam )
{
bool bTopTen = false;
SCSIZE nEntryCount = rParam.GetEntryCount();