Kaydet (Commit) beacf493 authored tarafından Caolán McNamara's avatar Caolán McNamara

silence warning

Change-Id: I22e37ed4be19a39c061015f81938ab2d854db9b5
Reviewed-on: https://gerrit.libreoffice.org/45042Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 73644f2d
......@@ -867,7 +867,7 @@ vcl::Font OutputDevice::GetDefaultFont( DefaultFontType nType, LanguageType eLan
{
if( !pOutDev )
{
SAL_WARN ("vcl.gdi", "No default window has been set for the application - we really shouldn't be able to get here");
SAL_WARN_IF(!utl::ConfigManager::IsFuzzing(), "vcl.gdi", "No default window has been set for the application - we really shouldn't be able to get here");
sal_Int32 nIndex = 0;
aFont.SetFamilyName( aSearch.getToken( 0, ';', nIndex ) );
}
......
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