diff options
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r-- | sc/inc/column.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index d76f3f0bd992..db72912cbcb2 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -673,6 +673,7 @@ public: void EnsureFormulaCellResults( SCROW nRow1, SCROW nRow2 ); void StoreToCache(SvStream& rStrm) const; + void RestoreFromCache(SvStream& rStrm); #if DUMP_COLUMN_STORAGE void DumpColumnStorage() const; |