summaryrefslogtreecommitdiffstats
path: root/forms/source/richtext/specialdispatchers.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-13 13:10:40 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-13 14:56:21 +0000
commit7426c9d86974ac7c0d64a669819f555b0e74ba55 (patch)
tree2009bf73f0924e87333e438e0ec1c7561b6649bc /forms/source/richtext/specialdispatchers.cxx
parentcoverity#737151 Uncaught exception (diff)
downloadcore-7426c9d86974ac7c0d64a669819f555b0e74ba55.tar.gz
core-7426c9d86974ac7c0d64a669819f555b0e74ba55.zip
coverity#737157 Uncaught exception
Change-Id: I062dbdf7c29489111f7ba6dc37a191d835fa7824
Diffstat (limited to 'forms/source/richtext/specialdispatchers.cxx')
-rw-r--r--forms/source/richtext/specialdispatchers.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/forms/source/richtext/specialdispatchers.cxx b/forms/source/richtext/specialdispatchers.cxx
index f39ecc82b40b..0fa4212e3e3e 100644
--- a/forms/source/richtext/specialdispatchers.cxx
+++ b/forms/source/richtext/specialdispatchers.cxx
@@ -54,7 +54,9 @@ namespace frm
}
//--------------------------------------------------------------------
- void SAL_CALL OSelectAllDispatcher::dispatch( const URL& _rURL, const Sequence< PropertyValue >& /*_rArguments*/ ) throw (RuntimeException)
+ void SAL_CALL OSelectAllDispatcher::dispatch( const URL& _rURL, const Sequence< PropertyValue >& /*_rArguments*/ )
+ throw (RuntimeException,
+ std::exception)
{
::osl::MutexGuard aGuard( m_aMutex );
OSL_ENSURE( _rURL.Complete == getFeatureURL().Complete, "OSelectAllDispatcher::dispatch: invalid URL!" );