diff options
Diffstat (limited to 'vcl/unx/gtk/a11y/atkcomponent.cxx')
-rw-r--r-- | vcl/unx/gtk/a11y/atkcomponent.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk/a11y/atkcomponent.cxx b/vcl/unx/gtk/a11y/atkcomponent.cxx index 84ab86b0c87a..54e664b5ae39 100644 --- a/vcl/unx/gtk/a11y/atkcomponent.cxx +++ b/vcl/unx/gtk/a11y/atkcomponent.cxx @@ -25,7 +25,7 @@ using namespace ::com::sun::star; /// @throws uno::RuntimeException static css::uno::Reference<css::accessibility::XAccessibleComponent> - getComponent( AtkComponent *pComponent ) throw (uno::RuntimeException) + getComponent( AtkComponent *pComponent ) { AtkObjectWrapper *pWrap = ATK_OBJECT_WRAPPER( pComponent ); if (pWrap) |