summaryrefslogtreecommitdiff
path: root/filter/source/config/cache/cacheitem.cxx
diff options
context:
space:
mode:
authorGuillaume Poussel <gpoussel@gmail.com>2011-02-13 17:42:48 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-13 17:42:48 +0100
commit6b78fe8394ffd181d2c11dd6dfe616e062ded8ad (patch)
tree35668b71c461dffd0fc45645760d7a58794d2536 /filter/source/config/cache/cacheitem.cxx
parent7369b5e4f70f54c5020448cc896c1824aebfaff0 (diff)
Remove bogus comments
Diffstat (limited to 'filter/source/config/cache/cacheitem.cxx')
-rw-r--r--filter/source/config/cache/cacheitem.cxx35
1 files changed, 14 insertions, 21 deletions
diff --git a/filter/source/config/cache/cacheitem.cxx b/filter/source/config/cache/cacheitem.cxx
index 694aef24ec58..d4524f80e984 100644
--- a/filter/source/config/cache/cacheitem.cxx
+++ b/filter/source/config/cache/cacheitem.cxx
@@ -50,17 +50,15 @@ namespace css = ::com::sun::star;
//_______________________________________________
// definitions
-/*-----------------------------------------------
- 04.11.2003 09:27
------------------------------------------------*/
+
+
CacheItem::CacheItem()
: SequenceAsHashMap()
{
}
-/*-----------------------------------------------
- 26.06.2003 11:37
------------------------------------------------*/
+
+
void CacheItem::update(const CacheItem& rUpdateItem)
{
for(const_iterator pItUpdate = rUpdateItem.begin();
@@ -75,9 +73,8 @@ void CacheItem::update(const CacheItem& rUpdateItem)
}
}
-/*-----------------------------------------------
- 26.11.2003 13:27
------------------------------------------------*/
+
+
void CacheItem::validateUINames(const ::rtl::OUString& sActLocale)
{
if (!sActLocale.getLength())
@@ -110,9 +107,8 @@ void CacheItem::validateUINames(const ::rtl::OUString& sActLocale)
(*this)[PROPNAME_UINAME ] <<= sUIName;
}
-/*-----------------------------------------------
- 12.01.2004 13:32
------------------------------------------------*/
+
+
css::uno::Sequence< css::beans::PropertyValue > CacheItem::getAsPackedPropertyValueList()
{
sal_Int32 c = (sal_Int32)size();
@@ -140,9 +136,8 @@ css::uno::Sequence< css::beans::PropertyValue > CacheItem::getAsPackedPropertyVa
return lList;
}
-/*-----------------------------------------------
- 17.07.2003 08:27
------------------------------------------------*/
+
+
sal_Bool isSubSet(const css::uno::Any& aSubSet,
const css::uno::Any& aSet )
{
@@ -369,9 +364,8 @@ sal_Bool isSubSet(const css::uno::Any& aSubSet,
return sal_False;
}
-/*-----------------------------------------------
- 14.07.2003 10:24
------------------------------------------------*/
+
+
sal_Bool CacheItem::haveProps(const CacheItem& lProps) const
{
for (const_iterator pIt = lProps.begin();
@@ -401,9 +395,8 @@ sal_Bool CacheItem::haveProps(const CacheItem& lProps) const
return sal_True;
}
-/*-----------------------------------------------
- 14.07.2003 10:43
------------------------------------------------*/
+
+
sal_Bool CacheItem::dontHaveProps(const CacheItem& lProps) const
{
for (const_iterator pIt = lProps.begin();