summaryrefslogtreecommitdiff
path: root/include/canvas
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-02-12 10:55:59 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-02-12 10:55:59 +0000
commitb921e1fd65090373be98d9df28a7aa3137e9f0fe (patch)
tree11ceff6bfb6b0df02b8f9f64fe1715066acf30de /include/canvas
parentf8b80701e0dea65349aab90ed96afa184b51ae22 (diff)
coverity#1269573 Uncaught exception
Change-Id: I50a8705ec9285fe7ede32d623a0691e69de3f323
Diffstat (limited to 'include/canvas')
-rw-r--r--include/canvas/base/graphicdevicebase.hxx2
1 files changed, 1 insertions, 1 deletions
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 );