From b921e1fd65090373be98d9df28a7aa3137e9f0fe Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 12 Feb 2015 10:55:59 +0000 Subject: coverity#1269573 Uncaught exception Change-Id: I50a8705ec9285fe7ede32d623a0691e69de3f323 --- include/canvas/base/graphicdevicebase.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/canvas/base/graphicdevicebase.hxx b/include/canvas/base/graphicdevicebase.hxx index fb5c494f429a..239ac4080856 100644 --- a/include/canvas/base/graphicdevicebase.hxx +++ b/include/canvas/base/graphicdevicebase.hxx @@ -278,7 +278,7 @@ namespace canvas // XUpdatable - virtual void SAL_CALL update() throw (com::sun::star::uno::RuntimeException) SAL_OVERRIDE + virtual void SAL_CALL update() throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE { MutexType aGuard( BaseType::m_aMutex ); -- cgit