From 655d930476045a2de7f3ead4768bb75df8cf7c82 Mon Sep 17 00:00:00 2001 From: Korrawit Pruegsanusak Date: Sun, 12 Jun 2011 16:40:20 +0700 Subject: Code cleanup * Remove dead code * Fix comment typos Released under LGPLv3+/MPL --- filter/source/config/cache/cacheitem.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'filter/source/config/cache/cacheitem.hxx') diff --git a/filter/source/config/cache/cacheitem.hxx b/filter/source/config/cache/cacheitem.hxx index 2260e076c4bc..d76aa92dd1ee 100644 --- a/filter/source/config/cache/cacheitem.hxx +++ b/filter/source/config/cache/cacheitem.hxx @@ -202,12 +202,12 @@ typedef ::boost::unordered_map< ::rtl::OUString , @descr E.g. a list of internal type names can be registered to an extension. Organization as an hash makes it - faster then searching inside vectors. + faster than searching inside vectors. - On the other side e.g. URLPattern cant be realy adressed + On the other side e.g. URLPattern cant be really addressed by a hash value ... because the use wildcards. But there we need key-value pairs too, which cant be provided - by a pur vector! + by a pure vector! */ typedef ::boost::unordered_map< ::rtl::OUString , OUStringList , @@ -222,7 +222,7 @@ typedef ::boost::unordered_map< ::rtl::OUString , @descr Every type in this list is combined with an information, which property matched to the given URL. The user of this structure can decide then, if a deep detection should be - supressed e.g. if an URLPattern was used. + suppressed e.g. if an URLPattern was used. */ struct FlatDetectionInfo { -- cgit