summaryrefslogtreecommitdiff
path: root/svl/source/config
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 /svl/source/config
parent1535eed3d40d9741f3cdf68d32bc132e2a39f287 (diff)
Some cppcheck cleaning
Diffstat (limited to 'svl/source/config')
-rw-r--r--svl/source/config/itemholder2.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/source/config/itemholder2.cxx b/svl/source/config/itemholder2.cxx
index f2545d4d564d..a4bbc974203e 100644
--- a/svl/source/config/itemholder2.cxx
+++ b/svl/source/config/itemholder2.cxx
@@ -62,9 +62,9 @@ ItemHolder2::ItemHolder2()
if (xCfg.is())
xCfg->addEventListener(static_cast< css::lang::XEventListener* >(this));
}
- catch(const css::uno::RuntimeException& rREx)
+ catch(const css::uno::RuntimeException&)
{
- throw rREx;
+ throw;
}
#ifdef DBG_UTIL
catch(const css::uno::Exception& rEx)