g_warning->SAL_WARN
Change-Id: If2a1fa3514069f5a5dc4ab9a6b853833e39bab01
This commit is contained in:
@@ -576,7 +576,7 @@ void AtkListener::notifyEvent( const accessibility::AccessibleEventObject& aEven
|
|||||||
}
|
}
|
||||||
|
|
||||||
default:
|
default:
|
||||||
g_warning( "Unknown event notification %d", aEvent.EventId );
|
SAL_WARN("vcl.gtk", "Unknown event notification: " << aEvent.EventId);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user