diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-23 18:37:52 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-24 10:54:06 +0200 |
commit | 3eb5ab6efe4229db0ec2bb177d892f2604f49411 (patch) | |
tree | 4c9e00f63c0f9d9b0caf3afb5cb570d0b9b47a72 /sc/inc/consoli.hxx | |
parent | 4fb9d7b69c4fb10107210c2f851040f7c259e413 (diff) |
loplugin:constparam in sc part3
Change-Id: I8abc44b9f0bcd5e39fd8a94abafaf80aadcd26ca
Reviewed-on: https://gerrit.libreoffice.org/41496
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/consoli.hxx')
-rw-r--r-- | sc/inc/consoli.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/consoli.hxx b/sc/inc/consoli.hxx index 784f511fa7b6..015245cd1895 100644 --- a/sc/inc/consoli.hxx +++ b/sc/inc/consoli.hxx @@ -75,8 +75,8 @@ public: void InitData(); void DeleteData(); - void AddFields( ScDocument* pSrcDoc, SCTAB nTab, - SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 ); + void AddFields( const ScDocument* pSrcDoc, SCTAB nTab, + SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 ); void DoneFields(); void AddData( ScDocument* pSrcDoc, SCTAB nTab, |