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