diff options
Diffstat (limited to 'vcl/osx/a11yselectionwrapper.mm')
-rw-r--r-- | vcl/osx/a11yselectionwrapper.mm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/osx/a11yselectionwrapper.mm b/vcl/osx/a11yselectionwrapper.mm index cc5b280994bd..163fe27da32c 100644 --- a/vcl/osx/a11yselectionwrapper.mm +++ b/vcl/osx/a11yselectionwrapper.mm @@ -42,7 +42,7 @@ using namespace ::com::sun::star::uno; return children; - } catch ( Exception& e) + } catch ( Exception&) { } } @@ -79,7 +79,7 @@ using namespace ::com::sun::star::uno; for ( unsigned i = 0 ; i < c ; ++i ) { xAccessibleSelection -> selectAccessibleChild( [ [ value objectAtIndex: i ] accessibleContext ] -> getAccessibleIndexInParent() ); } - } catch ( Exception& e) { + } catch ( Exception&) { } } |