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

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

Change-Id: I501dcb0ca3465e5e07564a7156a0dfa3f2767af5
üst 135828c0
......@@ -109,7 +109,7 @@ bool ImeStatusWindow::isShowing()
{
try
{
bool bShow(0);
bool bShow(false);
if (getConfig()->getPropertyValue(OUString("ShowStatusWindow")) >>= bShow)
return bShow;
}
......
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