Kaydet (Commit) ac914249 authored tarafından Herbert Dürr's avatar Herbert Dürr

#i125815# fix build breaker with Mac 10.10 SDK

üst 529e59d9
......@@ -694,7 +694,7 @@ static BOOL isPopupMenuOpen = NO;
-(BOOL)accessibilityIsIgnored {
// #i90575# guard NSAccessibility protocol against unwanted access
if ( isPopupMenuOpen ) {
return nil;
return FALSE;
}
BOOL ignored = NO;
sal_Int16 nRole = [ self accessibleContext ] -> getAccessibleRole();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment