summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2012-02-05 10:49:59 +0100
committerJulien Nabet <serval2412@yahoo.fr>2012-02-05 10:50:31 +0100
commitfa6665282e2a7c8753eb35b2f03499134413caca (patch)
tree9fb2c707d5c73b5f8a1064dfb4c5ea855b33b820 /filter
parent1535eed3d40d9741f3cdf68d32bc132e2a39f287 (diff)
Some cppcheck cleaning
Diffstat (limited to 'filter')
-rw-r--r--filter/source/config/cache/filtercache.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/config/cache/filtercache.cxx b/filter/source/config/cache/filtercache.cxx
index b623e136f7d2..ca1af31203e8 100644
--- a/filter/source/config/cache/filtercache.cxx
+++ b/filter/source/config/cache/filtercache.cxx
@@ -931,8 +931,8 @@ css::uno::Any FilterCache::impl_getDirectCFGValue(const ::rtl::OUString& sDirect
{
aValue = xAccess->getByName(sKey);
}
- catch(const css::uno::RuntimeException& exRun)
- { throw exRun; }
+ catch(const css::uno::RuntimeException&)
+ { throw; }
#if OSL_DEBUG_LEVEL > 0
catch(const css::uno::Exception& ex)
#else