summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-25 15:32:54 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 16:12:20 +0000
commit904f20574667eee6afff2626401832745a7eed4d (patch)
tree5ab09581c7a5da301c327f45af7f3151d971be0c /sw/source/ui/inc
parent24b1935680168773a0b612a581097d87a3d8e55d (diff)
coverity#738437 Uncaught exception
Change-Id: I90cf43d9d39c7c1b8da4123edaeeec200e6353a7
Diffstat (limited to 'sw/source/ui/inc')
-rw-r--r--sw/source/ui/inc/unotxvw.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sw/source/ui/inc/unotxvw.hxx b/sw/source/ui/inc/unotxvw.hxx
index 6906125791f3..855dc645cd2c 100644
--- a/sw/source/ui/inc/unotxvw.hxx
+++ b/sw/source/ui/inc/unotxvw.hxx
@@ -202,7 +202,9 @@ public:
virtual sal_Bool SAL_CALL goLeft( sal_Int16 nCount, sal_Bool bExpand )
throw (::com::sun::star::uno::RuntimeException,
std::exception);
- virtual sal_Bool SAL_CALL goRight( sal_Int16 nCount, sal_Bool bExpand ) throw(::com::sun::star::uno::RuntimeException);
+ virtual sal_Bool SAL_CALL goRight( sal_Int16 nCount, sal_Bool bExpand )
+ throw (::com::sun::star::uno::RuntimeException,
+ std::exception);
virtual void SAL_CALL gotoStart( sal_Bool bExpand ) throw(::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL gotoEnd( sal_Bool bExpand ) throw(::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL gotoRange( const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange >& xRange, sal_Bool bExpand ) throw(::com::sun::star::uno::RuntimeException);