diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-09-04 09:49:23 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-09-04 10:48:32 +0100 |
commit | d47678c990681d0cfc7f2c843bb9aedaeb08511a (patch) | |
tree | a5fb66ffa498ecf357113688f887bead0c8ad854 /sw/inc/unotext.hxx | |
parent | 8de4c7363197c6d4017ff978ff363ff5a75b1bf1 (diff) |
coverity#707311 Uncaught exception
Change-Id: Ifdab456cb545e552a2efaed03ff00aeac874d47d
Diffstat (limited to 'sw/inc/unotext.hxx')
-rw-r--r-- | sw/inc/unotext.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/unotext.hxx b/sw/inc/unotext.hxx index 69490db383c6..4edca63ba1ea 100644 --- a/sw/inc/unotext.hxx +++ b/sw/inc/unotext.hxx @@ -284,6 +284,7 @@ public: ::com::sun::star::beans::PropertyValue >& xFrameProperties) throw (css::lang::IllegalArgumentException, css::beans::UnknownPropertyException, + css::beans::PropertyVetoException, css::uno::RuntimeException, std::exception) SAL_OVERRIDE; virtual ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextTable > SAL_CALL |