diff options
Diffstat (limited to 'sc/inc/externalrefmgr.hxx')
-rw-r--r-- | sc/inc/externalrefmgr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/externalrefmgr.hxx b/sc/inc/externalrefmgr.hxx index 666958a5f60a..78176fbc94f5 100644 --- a/sc/inc/externalrefmgr.hxx +++ b/sc/inc/externalrefmgr.hxx @@ -274,7 +274,7 @@ public: */ bool setCacheTableReferenced( sal_uInt16 nFileId, const OUString& rTabName, size_t nSheets, bool bPermanent ); void setAllCacheTableReferencedStati( bool bReferenced ); - bool areAllCacheTablesReferenced() const; + bool areAllCacheTablesReferenced() const { return maReferenced.mbAllReferenced;} /** * Collect all cached non-empty cell positions, inferred directly from the |