From d105483207194d5053833be328855376d15869a7 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 26 May 2014 16:50:57 +0200 Subject: cid#707296 and cid#738184 Uncaught exception Change-Id: I59d1a0818bd896f0ac601c72e7f6cc89f95f043c --- sw/inc/unocrsrhelper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc/unocrsrhelper.hxx') diff --git a/sw/inc/unocrsrhelper.hxx b/sw/inc/unocrsrhelper.hxx index 050c5c069307..a3985ca69b0b 100644 --- a/sw/inc/unocrsrhelper.hxx +++ b/sw/inc/unocrsrhelper.hxx @@ -223,7 +223,7 @@ namespace SwUnoCursorHelper SfxItemPropertySimpleEntry const& rEntry, ::com::sun::star::uno::Any const& rValue, SwPaM & rPam, SfxItemSet & rItemSet) - throw (::com::sun::star::lang::IllegalArgumentException); + throw (::com::sun::star::lang::IllegalArgumentException, css::uno::RuntimeException, css::uno::DeploymentException); /// try to get something that can be selected out of the XInterface /// at most one of the out parameters gets assigned a non-null value -- cgit