diff options
Diffstat (limited to 'sc/inc/rangenam.hxx')
-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 |