Index: source/misc/acceleratorexecute.cxx =================================================================== RCS file: /cvs/util/svtools/source/misc/acceleratorexecute.cxx,v --- source/misc/acceleratorexecute.cxx 6 Jul 2007 10:06:05 -0000 1.12 +++ source/misc/acceleratorexecute.cxx 31 Jul 2008 16:00:22 -0000 @@ -377,8 +377,8 @@ { sModule = xModuleDetection->identify(xFrame); } - catch(const css::uno::RuntimeException& exRuntime) - { throw exRuntime; } + catch(const css::uno::RuntimeException&) + { throw; } catch(const css::uno::Exception&) { return css::uno::Reference< css::ui::XAcceleratorConfiguration >(); } @@ -472,8 +472,8 @@ } catch(const css::lang::DisposedException&) {} - catch(const css::uno::RuntimeException& exRuntime) - { throw exRuntime; } + catch(const css::uno::RuntimeException&) + { throw; } catch(const css::uno::Exception&) {}