summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-11-07 15:52:04 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-11-08 07:37:53 +0100
commit906f8e89370cc71215ade869d7bfc2d489343f64 (patch)
tree9c7ec037cf04eaebc462666df2e3e8215b582f0e /sc/inc
parent7f48fa8152bd3320af7276d811b752c5a762dcce (diff)
loplugin:constantparam
Change-Id: I593ccc2fb43321caf3ff64d0c348b1bac742ad18 Reviewed-on: https://gerrit.libreoffice.org/63025 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/compiler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/compiler.hxx b/sc/inc/compiler.hxx
index c7471e4827a2..7095db44e930 100644
--- a/sc/inc/compiler.hxx
+++ b/sc/inc/compiler.hxx
@@ -454,7 +454,7 @@ public:
ScTokenArray* CompileString( const OUString& rFormula, const OUString& rFormulaNmsp );
const ScAddress& GetPos() const { return aPos; }
- void MoveRelWrap( SCCOL nMaxCol, SCROW nMaxRow );
+ void MoveRelWrap();
static void MoveRelWrap( const ScTokenArray& rArr, const ScDocument* pDoc, const ScAddress& rPos,
SCCOL nMaxCol, SCROW nMaxRow );