Lines 377-384
Link Here
|
377 |
{ |
377 |
{ |
378 |
sModule = xModuleDetection->identify(xFrame); |
378 |
sModule = xModuleDetection->identify(xFrame); |
379 |
} |
379 |
} |
380 |
catch(const css::uno::RuntimeException& exRuntime) |
380 |
catch(const css::uno::RuntimeException&) |
381 |
{ throw exRuntime; } |
381 |
{ throw; } |
382 |
catch(const css::uno::Exception&) |
382 |
catch(const css::uno::Exception&) |
383 |
{ return css::uno::Reference< css::ui::XAcceleratorConfiguration >(); } |
383 |
{ return css::uno::Reference< css::ui::XAcceleratorConfiguration >(); } |
384 |
|
384 |
|
Lines 472-479
Link Here
|
472 |
} |
472 |
} |
473 |
catch(const css::lang::DisposedException&) |
473 |
catch(const css::lang::DisposedException&) |
474 |
{} |
474 |
{} |
475 |
catch(const css::uno::RuntimeException& exRuntime) |
475 |
catch(const css::uno::RuntimeException&) |
476 |
{ throw exRuntime; } |
476 |
{ throw; } |
477 |
catch(const css::uno::Exception&) |
477 |
catch(const css::uno::Exception&) |
478 |
{} |
478 |
{} |
479 |
|
479 |
|