summaryrefslogtreecommitdiff
path: root/sc/inc/dociter.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-08-23 11:25:53 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-23 14:59:04 +0200
commit53d0a6deffc425cdc4fc1382cb1cab2072b4f56b (patch)
tree90b32da169ad49a48eb6748812f7898286e9a3f4 /sc/inc/dociter.hxx
parent5b518ab051cc04e672ceb01da42b06625a1a4ce9 (diff)
loplugin:constparam in sc part2
Change-Id: I4fd18096d7d22d8c146a2437906187d5df1cb268 Reviewed-on: https://gerrit.libreoffice.org/41447 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/dociter.hxx')
-rw-r--r--sc/inc/dociter.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dociter.hxx b/sc/inc/dociter.hxx
index 2bbb90f31edd..544e64ebc9c1 100644
--- a/sc/inc/dociter.hxx
+++ b/sc/inc/dociter.hxx
@@ -109,7 +109,7 @@ public:
private:
static const sc::CellStoreType* GetColumnCellStore(ScDocument& rDoc, SCTAB nTab, SCCOL nCol);
static const ScAttrArray* GetAttrArrayByCol(ScDocument& rDoc, SCTAB nTab, SCCOL nCol);
- static bool IsQueryValid(ScDocument& rDoc, const ScQueryParam& rParam, SCTAB nTab, SCROW nRow, ScRefCellValue* pCell);
+ static bool IsQueryValid(ScDocument& rDoc, const ScQueryParam& rParam, SCTAB nTab, SCROW nRow, const ScRefCellValue* pCell);
class DataAccess
{