diff options
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/document.hxx | 3 | ||||
-rw-r--r-- | sc/inc/table.hxx | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index 390002e98664..f114ecb32365 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -1718,9 +1718,6 @@ public: void SetExpandRefs( bool bVal ) { bExpandRefs = bVal; } bool IsExpandRefs() { return bExpandRefs; } - SC_DLLPUBLIC void IncSizeRecalcLevel( SCTAB nTab ); - SC_DLLPUBLIC void DecSizeRecalcLevel( SCTAB nTab, bool bUpdateNoteCaptionPos = true ); - sal_uLong GetXMLImportedFormulaCount() const { return nXMLImportedFormulaCount; } void IncXMLImportedFormulaCount( sal_uLong nVal ) { diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx index c630cb743574..39c99f16b1eb 100644 --- a/sc/inc/table.hxx +++ b/sc/inc/table.hxx @@ -142,7 +142,6 @@ private: mutable SCROW nTableAreaY; SCTAB nTab; - sal_uInt16 nRecalcLvl; // recursion level Size-Recalc ScDocument* pDocument; utl::TextSearch* pSearchText; @@ -779,9 +778,6 @@ public: SCCOL nCol, SCROW nRowStart, SCROW nRowEnd ) const; - void IncRecalcLevel(); - void DecRecalcLevel( bool bUpdateNoteCaptionPos = true ); - bool IsSortCollatorGlobal() const; void InitSortCollator( const ScSortParam& rPar ); void DestroySortCollator(); |