diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-05-18 15:35:17 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-05-18 18:20:34 +0200 |
commit | 81def52473d8de50f7b0570c9867573256b8afa7 (patch) | |
tree | 965ba42076d57d711e240ea1c1bac6409a0da93e /sc/inc/document.hxx | |
parent | b7c44d7a34027210c06c9936f273fb1a3523a81a (diff) |
loplugin:unusedmethods
Change-Id: I8191f4a9eb25b12242354813303fb7d30489d2c4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115752
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r-- | sc/inc/document.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index a40324f63cd2..e4127d426d25 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -2460,8 +2460,6 @@ public: void SetScriptType( const ScAddress& rPos, SvtScriptType nType ); void UpdateScriptTypes( const ScAddress& rPos, SCCOL nColSize, SCROW nRowSize ); - size_t GetFormulaHash( const ScAddress& rPos ) const; - /** * Make specified formula cells non-grouped. * @@ -2476,8 +2474,6 @@ public: void RegroupFormulaCells( SCTAB nTab, SCCOL nCol ); void RegroupFormulaCells( const ScRange& range ); - ScFormulaVectorState GetFormulaVectorState( const ScAddress& rPos ) const; - formula::FormulaTokenRef ResolveStaticReference( const ScAddress& rPos ); formula::FormulaTokenRef ResolveStaticReference( const ScRange& rRange ); |