diff options
-rw-r--r-- | include/canvas/base/graphicdevicebase.hxx | 2 |
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 ); |