summaryrefslogtreecommitdiff
path: root/desktop/source/app/desktopcontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/app/desktopcontext.hxx')
-rw-r--r--desktop/source/app/desktopcontext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/desktopcontext.hxx b/desktop/source/app/desktopcontext.hxx
index e31f72c573d0..b989982f726d 100644
--- a/desktop/source/app/desktopcontext.hxx
+++ b/desktop/source/app/desktopcontext.hxx
@@ -32,7 +32,7 @@ namespace desktop
// XCurrentContext
virtual com::sun::star::uno::Any SAL_CALL getValueByName( const OUString& Name )
- throw (com::sun::star::uno::RuntimeException);
+ throw (com::sun::star::uno::RuntimeException, std::exception);
private:
com::sun::star::uno::Reference< com::sun::star::uno::XCurrentContext > m_xNextContext;