summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-03-10 09:54:47 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-03-10 11:36:27 +0000
commit15d4fec9206b77e68afde90d84652731ba646b21 (patch)
treead08c6d70b057415abd1cbde8e4dabd19b2f68ff /sw/inc
parent48b987fed3dbe30b1cb7a95a60d8413918d68dbf (diff)
coverity#1103733 Uncaught exception
Change-Id: Ia6070a4a6d87929ba97df758e4e8972934bee128
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/unocrsrhelper.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/inc/unocrsrhelper.hxx b/sw/inc/unocrsrhelper.hxx
index ff9a82538036..86f0b51898dd 100644
--- a/sw/inc/unocrsrhelper.hxx
+++ b/sw/inc/unocrsrhelper.hxx
@@ -97,8 +97,11 @@ namespace SwUnoCursorHelper
void resetCrsrPropertyValue(const SfxItemPropertySimpleEntry& rEntry, SwPaM& rPam);
void InsertFile(SwUnoCrsr* pUnoCrsr,
const OUString& rURL,
- const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rOptions
- ) throw( com::sun::star::lang::IllegalArgumentException, com::sun::star::io::IOException, com::sun::star::uno::RuntimeException );
+ const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rOptions)
+ throw (com::sun::star::lang::IllegalArgumentException,
+ com::sun::star::io::IOException,
+ com::sun::star::uno::RuntimeException,
+ std::exception);
void getNumberingProperty(
SwPaM& rPam,