Kaydet (Commit) 107504d9 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

WaE: nil is not a BOOL

Change-Id: I503e8fa4d84590e2ac0f569b611706aa672c9204
üst 2f5528e2
......@@ -697,7 +697,7 @@ static BOOL isPopupMenuOpen = NO;
-(BOOL)accessibilityIsIgnored {
// #i90575# guard NSAccessibility protocol against unwanted access
if ( isPopupMenuOpen ) {
return nil;
return NO;
}
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