summaryrefslogtreecommitdiffstats
path: root/filter/source/config/cache/filtercache.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/config/cache/filtercache.cxx')
-rw-r--r--filter/source/config/cache/filtercache.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/filter/source/config/cache/filtercache.cxx b/filter/source/config/cache/filtercache.cxx
index dddc603c72cf..5b2a26846aa0 100644
--- a/filter/source/config/cache/filtercache.cxx
+++ b/filter/source/config/cache/filtercache.cxx
@@ -1258,8 +1258,6 @@ void FilterCache::impl_validateAndOptimize()
// <- SAFE
}
-
-
void FilterCache::impl_addItem2FlushList( EItemType eType,
const OUString& sItem)
throw(css::uno::Exception)
@@ -1283,7 +1281,7 @@ void FilterCache::impl_addItem2FlushList( EItemType eType,
pList = &m_lChangedContentHandlers;
break;
- default : throw css::uno::Exception("unsupported item type", 0);
+ default : throw css::uno::RuntimeException("unsupported item type", 0);
}
OUStringList::const_iterator pItem = ::std::find(pList->begin(), pList->end(), sItem);
@@ -1291,8 +1289,6 @@ void FilterCache::impl_addItem2FlushList( EItemType eType,
pList->push_back(sItem);
}
-
-
FilterCache::EItemFlushState FilterCache::impl_specifyFlushOperation(const css::uno::Reference< css::container::XNameAccess >& xSet ,
const CacheItemList& rList,
const OUString& sItem)