diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-12 17:12:22 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-15 19:22:21 +0200 |
commit | eaf0c263eb1a72a58d2a67cc0506ab022d7c4be4 (patch) | |
tree | 4c732e95b560235e83c6de4b5b96260b638fa88d /sc/inc | |
parent | 921ae49cd7e332d7e1ad702efe2198b2780cc829 (diff) |
loplugin:staticconstfield improvements
And fix
ScXMLCachedRowAttrAccess::Cache
which was never setting its mnTab field, and hence would never
be hit.
And fix oox::xls::CellBlockBuffer, which was never setting mnCurrRow.
Change-Id: I2c46aa050b9ebe3c2dc2e52579555f97945dd61c
Reviewed-on: https://gerrit.libreoffice.org/61772
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/rangenam.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/inc/rangenam.hxx b/sc/inc/rangenam.hxx index 728164a54d6d..32bd0b3a7fe9 100644 --- a/sc/inc/rangenam.hxx +++ b/sc/inc/rangenam.hxx @@ -79,11 +79,6 @@ private: sal_uInt16 nIndex; bool bModified; // is set/cleared by UpdateReference - // max row and column to use for wrapping of references. If -1 use the - // application's default. - SCROW const mnMaxRow; - SCCOL const mnMaxCol; - void CompileRangeData( const OUString& rSymbol, bool bSetError ); void InitCode(); public: @@ -162,9 +157,6 @@ public: SC_DLLPUBLIC static IsNameValidType IsNameValid( const OUString& rName, const ScDocument* pDoc ); - SCROW GetMaxRow() const; - SCCOL GetMaxCol() const; - void CompileUnresolvedXML( sc::CompileFormulaContext& rCxt ); #if DEBUG_FORMULA_COMPILER |