Kaydet (Commit) 21c3f6ac authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE: -Werror=uninitialized

Change-Id: I4c2eb1e323505c6298203cb89769dc693f4e63bb
üst 52e359d8
......@@ -109,7 +109,7 @@ bool ImeStatusWindow::isShowing()
{
try
{
bool bShow;
bool bShow(0);
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