Kaydet (Commit) 20c0aaf7 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wundefined-bool-conversion

Change-Id: I44327db80a923c2ee8e762b3ba5f5de771b8610e
üst 176e99a9
......@@ -391,7 +391,7 @@ const OUString SmFontFormatList::GetNewFontFormatId() const
if (!GetFontFormat(aTmpId))
return aTmpId;
}
OSL_ENSURE( !this, "failed to create new FontFormatId" );
OSL_ENSURE( false, "failed to create new FontFormatId" );
return OUString();
}
......
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