diff options
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r-- | sc/inc/document.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index b4df35bac059..a4de4c8341da 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -883,6 +883,7 @@ public: void CompileXML(); ScAutoNameCache* GetAutoNameCache() { return pAutoNameCache; } + SC_DLLPUBLIC void SetAutoNameCache( ScAutoNameCache* pCache ); /** Creates a ScLookupCache cache for the range if it doesn't already exist. */ |