diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2012-02-05 10:49:59 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2012-02-05 10:50:31 +0100 |
commit | fa6665282e2a7c8753eb35b2f03499134413caca (patch) | |
tree | 9fb2c707d5c73b5f8a1064dfb4c5ea855b33b820 /svl | |
parent | 1535eed3d40d9741f3cdf68d32bc132e2a39f287 (diff) |
Some cppcheck cleaning
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/config/itemholder2.cxx | 4 |
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) |