summaryrefslogtreecommitdiff
path: root/padmin/source/desktopcontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'padmin/source/desktopcontext.hxx')
-rw-r--r--padmin/source/desktopcontext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/padmin/source/desktopcontext.hxx b/padmin/source/desktopcontext.hxx
index 2eb2dc796213..cf46700841c6 100644
--- a/padmin/source/desktopcontext.hxx
+++ b/padmin/source/desktopcontext.hxx
@@ -34,7 +34,7 @@ namespace padmin
// 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;