summaryrefslogtreecommitdiffstats
path: root/sc/inc/autonamecache.hxx
diff options
context:
space:
mode:
authorFaisal M. Al-Otaibi <fmalotaibi@kacst.edu.sa>2012-09-09 12:06:07 +0300
committerLuboš Luňák <l.lunak@suse.cz>2012-09-10 14:29:11 +0000
commitdc44bd0ef0fc59b5501faaa30f6d781d5143dccd (patch)
tree23fbffa57d63c1768346ea856bf25a888bf21c06 /sc/inc/autonamecache.hxx
parentNotes on upstream status of patches (diff)
downloadcore-dc44bd0ef0fc59b5501faaa30f6d781d5143dccd.tar.gz
core-dc44bd0ef0fc59b5501faaa30f6d781d5143dccd.zip
Change some comments to meet doxygen standards
Change-Id: I3e5a40237f2ec3ac884c50e34a1592a029d9050d Reviewed-on: https://gerrit.libreoffice.org/591 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
Diffstat (limited to 'sc/inc/autonamecache.hxx')
-rw-r--r--sc/inc/autonamecache.hxx7
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;