Kaydet (Commit) a65a48f7 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: implicit conversion of literal of type 'int' to 'bool'

Change-Id: I1c3721a4d44c882c749903c15f05666a74c725a5
üst 38d636a5
......@@ -1843,13 +1843,13 @@ void Printer::SetFontOrientation( ImplFontEntry* const pFontEntry ) const
void Printer::DrawImage( const Point&, const Image&, sal_uInt16 )
{
SAL_WARN ("vcl.gdi", "DrawImage(): Images can't be drawn on any Printer instance");
assert(0);
assert(false);
}
void Printer::DrawImage( const Point&, const Size&, const Image&, sal_uInt16 )
{
SAL_WARN ("vcl.gdi", "DrawImage(): Images can't be drawn on any Printer instance");
assert(0);
assert(false);
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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