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

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

Change-Id: Iaaac351b2276f20a292e9b3840ddd1d808fc564f
üst 953cef76
...@@ -60,7 +60,7 @@ struct SfxChildWinInfo ...@@ -60,7 +60,7 @@ struct SfxChildWinInfo
SfxChildWinInfo() SfxChildWinInfo()
{ {
bVisible = sal_False; bVisible = false;
nFlags = 0; nFlags = 0;
} }
bool GetExtraData_Impl( SfxChildAlignment *pAlign, bool GetExtraData_Impl( SfxChildAlignment *pAlign,
......
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