Resolves: rhbz#1012390 avoid scary 'the sky is falling' a11y warning
Change-Id: I543e00048544eb7835cf1f0f31794e5a8bbb1962
This commit is contained in:
@@ -148,7 +148,7 @@ void AtkListener::handleChildAdded(
|
||||
const uno::Reference< accessibility::XAccessibleContext >& rxParent,
|
||||
const uno::Reference< accessibility::XAccessible>& rxAccessible)
|
||||
{
|
||||
AtkObject * pChild = atk_object_wrapper_ref( rxAccessible );
|
||||
AtkObject * pChild = rxAccessible.is() ? atk_object_wrapper_ref( rxAccessible ) : NULL;
|
||||
|
||||
if( pChild )
|
||||
{
|
||||
|
Reference in New Issue
Block a user