summaryrefslogtreecommitdiff
path: root/vcl/osx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-04-23 21:24:37 +0100
committerMichael Meeks <michael.meeks@collabora.com>2015-04-24 09:25:13 +0100
commite4fb1081eeea040bc970144699f792e4790bebfa (patch)
tree9efafcba0eee22218787db40748f0b97ee2334fe /vcl/osx
parent41df7c5584799179932314f9c38b09f7718bbfa9 (diff)
Build and warning fixes, Mac, Win, Linux.
Change-Id: I8a8420f96c512e031ba3cde499523b71341dfa94
Diffstat (limited to 'vcl/osx')
-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 )