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

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

Change-Id: Icc60d9dbbc8be68bd1ac54c93bd2506af6c01c0c
üst c42719bf
......@@ -681,11 +681,11 @@ bool StyleSettings::operator ==( const StyleSettings& rSet ) const
return true;
if (mpData->mIconTheme != rSet.mpData->mIconTheme) {
return sal_False;
return false;
}
if (*mpData->mIconThemeSelector != *rSet.mpData->mIconThemeSelector) {
return sal_False;
return false;
}
if ( (mpData->mnOptions == rSet.mpData->mnOptions) &&
......
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