summaryrefslogtreecommitdiff
path: root/forms/source/richtext/clipboarddispatcher.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/richtext/clipboarddispatcher.cxx')
-rw-r--r--forms/source/richtext/clipboarddispatcher.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/richtext/clipboarddispatcher.cxx b/forms/source/richtext/clipboarddispatcher.cxx
index 31a3131659e5..3945f7735bd2 100644
--- a/forms/source/richtext/clipboarddispatcher.cxx
+++ b/forms/source/richtext/clipboarddispatcher.cxx
@@ -110,7 +110,7 @@ namespace frm
}
- void SAL_CALL OClipboardDispatcher::dispatch( const URL& /*_rURL*/, const Sequence< PropertyValue >& /*Arguments*/ ) throw (RuntimeException)
+ void SAL_CALL OClipboardDispatcher::dispatch( const URL& /*_rURL*/, const Sequence< PropertyValue >& /*Arguments*/ ) throw (RuntimeException, std::exception)
{
::osl::MutexGuard aGuard( m_aMutex );
if ( !getEditView() )