diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-02 15:41:41 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-03-03 08:11:02 +0200 |
commit | fecfd9c4987229c7fb335c6c6ba847e2ec30d40d (patch) | |
tree | 1a6e1162744f8a313242046cb93901d22c46150e /sc/inc/rangenam.hxx | |
parent | 7ccdb94e2c5774f924bf89b34387c7d41e2e4c30 (diff) |
loplugin:unuseddefaultparams in sc (part2)
Change-Id: I356a86bfca20cbf2c52185697042dce5237e847d
Diffstat (limited to 'sc/inc/rangenam.hxx')
-rw-r--r-- | sc/inc/rangenam.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/inc/rangenam.hxx b/sc/inc/rangenam.hxx index f6afd6b292b0..2a15ec87c413 100644 --- a/sc/inc/rangenam.hxx +++ b/sc/inc/rangenam.hxx @@ -118,8 +118,7 @@ public: sal_uInt32 GetUnoType() const; SC_DLLPUBLIC void GetSymbol( OUString& rSymbol, const formula::FormulaGrammar::Grammar eGrammar = formula::FormulaGrammar::GRAM_DEFAULT ) const; SC_DLLPUBLIC void GetSymbol( OUString& rSymbol, const ScAddress& rPos, const formula::FormulaGrammar::Grammar eGrammar = formula::FormulaGrammar::GRAM_DEFAULT ) const; - void UpdateSymbol( OUStringBuffer& rBuffer, const ScAddress&, - const formula::FormulaGrammar::Grammar eGrammar = formula::FormulaGrammar::GRAM_DEFAULT ); + void UpdateSymbol( OUStringBuffer& rBuffer, const ScAddress& ); /** * @param nLocalTab sheet index where this name belongs, or -1 for global |