diff options
Diffstat (limited to 'sc/inc/autonamecache.hxx')
-rw-r--r-- | sc/inc/autonamecache.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sc/inc/autonamecache.hxx b/sc/inc/autonamecache.hxx index 6534a3917fff..fea0355d463c 100644 --- a/sc/inc/autonamecache.hxx +++ b/sc/inc/autonamecache.hxx @@ -37,11 +37,8 @@ typedef ::std::vector< ScAddress > ScAutoNameAddresses; typedef ::boost::unordered_map< String, ScAutoNameAddresses, ScStringHashCode, ::std::equal_to< String > > ScAutoNameHashMap; -// -// Cache for faster lookup of automatic names during CompileXML -// (during CompileXML, no document content is changed) -// - +/** Cache for faster lookup of automatic names during CompileXML + (during CompileXML, no document content is changed). */ class SC_DLLPUBLIC ScAutoNameCache { ScAutoNameHashMap aNames; |