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 /svx/source/unodraw | |
parent | 1535eed3d40d9741f3cdf68d32bc132e2a39f287 (diff) |
Some cppcheck cleaning
Diffstat (limited to 'svx/source/unodraw')
-rw-r--r-- | svx/source/unodraw/recoveryui.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/unodraw/recoveryui.cxx b/svx/source/unodraw/recoveryui.cxx index 5a336914480a..c831fbaeae55 100644 --- a/svx/source/unodraw/recoveryui.cxx +++ b/svx/source/unodraw/recoveryui.cxx @@ -389,8 +389,8 @@ void RecoveryUI::impl_showAllRecoveredDocs() xWindow->setVisible(sal_True); } - catch(const css::uno::RuntimeException& exRun) - { throw exRun; } + catch(const css::uno::RuntimeException&) + { throw; } catch(const css::uno::Exception&) { continue; } } |