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

bool improvements

Change-Id: Ifdee50acbc72387812156af5cb8b078d97ebe5d1
üst 5061fa53
......@@ -1547,7 +1547,7 @@ void SvMetaType::WriteMethodArgs
default:
{
DBG_ASSERT( sal_False, "WriteType not implemented" );
DBG_ASSERT( false, "WriteType not implemented" );
}
}
++it;
......@@ -1672,7 +1672,7 @@ void SvMetaType::WriteTypePrefix( SvIdlDataBase & rBase, SvStream & rOutStm,
default:
{
DBG_ASSERT( sal_False, "WriteType not implemented" );
DBG_ASSERT( false, "WriteType not implemented" );
}
}
}
......
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