summaryrefslogtreecommitdiffstats
path: root/sw/inc/unotext.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-23 08:46:41 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-23 09:40:03 +0100
commit06bd4e49ead2b7b195bfb1bd6ddccc29f7e6628b (patch)
tree4708abd9531d4cd1e1699b766070aa6bcd50ea06 /sw/inc/unotext.hxx
parentcoverity#707237 Uncaught exception (diff)
downloadcore-06bd4e49ead2b7b195bfb1bd6ddccc29f7e6628b.tar.gz
core-06bd4e49ead2b7b195bfb1bd6ddccc29f7e6628b.zip
coverity#707312 Uncaught exception
Change-Id: I6fdd99892bda502f7cfab2acd53120834dd390c6
Diffstat (limited to 'sw/inc/unotext.hxx')
-rw-r--r--sw/inc/unotext.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/inc/unotext.hxx b/sw/inc/unotext.hxx
index cfb25c21c610..2b60060ef27a 100644
--- a/sw/inc/unotext.hxx
+++ b/sw/inc/unotext.hxx
@@ -277,8 +277,9 @@ public:
::com::sun::star::text::XTextRange >& xEnd,
const ::com::sun::star::uno::Sequence<
::com::sun::star::beans::PropertyValue >& xFrameProperties)
- throw (::com::sun::star::lang::IllegalArgumentException,
- ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ throw (css::lang::IllegalArgumentException,
+ css::beans::UnknownPropertyException,
+ css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual ::com::sun::star::uno::Reference<
::com::sun::star::text::XTextTable > SAL_CALL
convertToTable(