summaryrefslogtreecommitdiff
path: root/vcl/osx/a11ylistener.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/osx/a11ylistener.cxx')
-rw-r--r--vcl/osx/a11ylistener.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/a11ylistener.cxx b/vcl/osx/a11ylistener.cxx
index bc966361633a..630a126dc7a9 100644
--- a/vcl/osx/a11ylistener.cxx
+++ b/vcl/osx/a11ylistener.cxx
@@ -71,7 +71,7 @@ AquaA11yEventListener::notifyEvent( const AccessibleEventObject& aEvent ) throw(
{
NSString * notification = nil;
id element = m_wrapperObject;
- Rectangle bounds;
+ ::css::awt::Rectangle bounds;
// TODO: NSAccessibilityValueChanged, NSAccessibilitySelectedRowsChangedNotification
switch( aEvent.EventId )