diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-29 08:50:28 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-08-29 08:41:53 +0000 |
commit | 86c0ce4d4637142b939ebaeb79c6bd35e49c1082 (patch) | |
tree | 92db4fc6a8b0e409963e4422d307327274b41931 /sc/inc/rangenam.hxx | |
parent | 8f96ab602a9e7cad1215abb693f33824a7b37679 (diff) |
loplugin:countusersofdefaultparams
Change-Id: I26f46ddac3d7d810ebfa1c3e7f1a77427369828e
Reviewed-on: https://gerrit.libreoffice.org/28451
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sc/inc/rangenam.hxx')
-rw-r--r-- | sc/inc/rangenam.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/rangenam.hxx b/sc/inc/rangenam.hxx index e21c5b3312c0..e5a6dfea8a21 100644 --- a/sc/inc/rangenam.hxx +++ b/sc/inc/rangenam.hxx @@ -133,7 +133,7 @@ public: * @param nLocalTab sheet index where this name belongs, or -1 for global * name. */ - void UpdateReference( sc::RefUpdateContext& rCxt, SCTAB nLocalTab = -1 ); + void UpdateReference( sc::RefUpdateContext& rCxt, SCTAB nLocalTab ); bool IsModified() const { return bModified; } SC_DLLPUBLIC void GuessPosition(); @@ -146,9 +146,9 @@ public: SC_DLLPUBLIC bool IsValidReference( ScRange& rRef ) const; bool IsRangeAtBlock( const ScRange& ) const; - void UpdateInsertTab( sc::RefUpdateInsertTabContext& rCxt, SCTAB nLocalTab = -1 ); - void UpdateDeleteTab( sc::RefUpdateDeleteTabContext& rCxt, SCTAB nLocalTab = -1 ); - void UpdateMoveTab( sc::RefUpdateMoveTabContext& rCxt, SCTAB nLocalTab = -1 ); + void UpdateInsertTab( sc::RefUpdateInsertTabContext& rCxt, SCTAB nLocalTab ); + void UpdateDeleteTab( sc::RefUpdateDeleteTabContext& rCxt, SCTAB nLocalTab ); + void UpdateMoveTab( sc::RefUpdateMoveTabContext& rCxt, SCTAB nLocalTab ); void ValidateTabRefs(); |