g_warning->SAL_WARN

Change-Id: If2a1fa3514069f5a5dc4ab9a6b853833e39bab01
This commit is contained in:
Caolán McNamara
2016-07-07 13:54:09 +01:00
parent 8340f6dcfb
commit 2ab9dd3334

View File

@@ -576,7 +576,7 @@ void AtkListener::notifyEvent( const accessibility::AccessibleEventObject& aEven
}
default:
g_warning( "Unknown event notification %d", aEvent.EventId );
SAL_WARN("vcl.gtk", "Unknown event notification: " << aEvent.EventId);
break;
}
}