summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/sfxbasemodel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/sfxbasemodel.cxx')
-rw-r--r--sfx2/source/doc/sfxbasemodel.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sfx2/source/doc/sfxbasemodel.cxx b/sfx2/source/doc/sfxbasemodel.cxx
index 163929e826d4..276b1b7bbb09 100644
--- a/sfx2/source/doc/sfxbasemodel.cxx
+++ b/sfx2/source/doc/sfxbasemodel.cxx
@@ -3494,14 +3494,6 @@ uno::Reference< script::provider::XScriptProvider > SAL_CALL SfxBaseModel::getSc
{
throw;
}
- catch( const lang::IllegalArgumentException& )
- {
- throw lang::WrappedTargetRuntimeException(
- ::rtl::OUString(),
- *this,
- ::cppu::getCaughtException()
- );
- }
return xScriptProvider;
}