From 544d618c5bef63ca9ffa336f3c4dac1a5030dd34 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 25 Feb 2014 15:40:00 +0000 Subject: coverity#738447 Uncaught exception Change-Id: I66d00eb490d30fa08aaa658072b2a12d165be6f7 --- sw/source/ui/inc/unotxvw.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sw/source/ui/inc') diff --git a/sw/source/ui/inc/unotxvw.hxx b/sw/source/ui/inc/unotxvw.hxx index b03dc63907b8..56965e1a63bb 100644 --- a/sw/source/ui/inc/unotxvw.hxx +++ b/sw/source/ui/inc/unotxvw.hxx @@ -209,7 +209,9 @@ public: virtual void SAL_CALL gotoEnd( sal_Bool bExpand ) throw (::com::sun::star::uno::RuntimeException, std::exception); - 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); + 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, + std::exception); //XPageCursor virtual sal_Bool SAL_CALL jumpToFirstPage() -- cgit