summaryrefslogtreecommitdiff
path: root/filter/source/config/cache/cacheitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/config/cache/cacheitem.hxx')
-rw-r--r--filter/source/config/cache/cacheitem.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/filter/source/config/cache/cacheitem.hxx b/filter/source/config/cache/cacheitem.hxx
index 6410be46c095..e890f3aaf92a 100644
--- a/filter/source/config/cache/cacheitem.hxx
+++ b/filter/source/config/cache/cacheitem.hxx
@@ -52,7 +52,6 @@ struct BaseLock
typedef ::std::vector< OUString > OUStringList;
-
/** @short represent an item of a FilterCache
instance.
@@ -71,7 +70,6 @@ class CacheItem : public ::comphelper::SequenceAsHashMap
CacheItem();
-
/** @short update only properties, which are given by the
specified rItem.
@@ -86,7 +84,6 @@ class CacheItem : public ::comphelper::SequenceAsHashMap
void update(const CacheItem& rUpdateItem);
-
/** @short check, if the given properties exist
at this item.
@@ -103,7 +100,6 @@ class CacheItem : public ::comphelper::SequenceAsHashMap
bool haveProps(const CacheItem& lProps) const;
-
/** @short check, if the given properties don't exist
at this item.
@@ -120,7 +116,6 @@ class CacheItem : public ::comphelper::SequenceAsHashMap
bool dontHaveProps(const CacheItem& lProps) const;
-
/** @short because we know two UIName properties
(a list with all locales and the value
for the current locale only), we must be sure
@@ -134,7 +129,6 @@ class CacheItem : public ::comphelper::SequenceAsHashMap
void validateUINames(const OUString& sActLocale);
-
/** @short convert this structure to a seq< PropertyValue >
and ignore all empty properties!
@@ -151,7 +145,6 @@ class CacheItem : public ::comphelper::SequenceAsHashMap
};
-
/** @short represent an item list of a FilterCache
instance.
*/
@@ -161,7 +154,6 @@ typedef std::unordered_map< OUString ,
std::equal_to< OUString > > CacheItemList;
-
/** @short supports registration of multiple key to
another string information.
@@ -180,7 +172,6 @@ typedef std::unordered_map< OUString ,
std::equal_to< OUString > > CacheItemRegistration;
-
/** @short is used to collect all matching types of an URL
during type detection.