From fa6665282e2a7c8753eb35b2f03499134413caca Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sun, 5 Feb 2012 10:49:59 +0100 Subject: Some cppcheck cleaning --- svx/source/unodraw/recoveryui.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'svx') 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; } } -- cgit