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

WaE: signed/unsigned mismatch

üst 2d55a917
......@@ -1771,7 +1771,7 @@ XubString SdrPage::GetLayoutName() const
void SdrPage::SetInserted( bool bIns )
{
if( mbInserted != bIns )
if( (bool) mbInserted != bIns )
{
mbInserted = bIns;
......
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