summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-08 11:38:52 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-08 11:38:52 +0300
commit9660716fb93e195fe9a89cf44b488c3d84907443 (patch)
tree1be870c767d32aceee907ee4a9081c2d57170dc4 /sfx2
parent135828c0d2e6a3ab439be23a05ed5537ede556f0 (diff)
WaE: implicit conversion of literal of type 'int' to 'bool'
Change-Id: I501dcb0ca3465e5e07564a7156a0dfa3f2767af5
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/imestatuswindow.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/imestatuswindow.cxx b/sfx2/source/appl/imestatuswindow.cxx
index 717298d77ad9..ffdcf4fc5a30 100644
--- a/sfx2/source/appl/imestatuswindow.cxx
+++ b/sfx2/source/appl/imestatuswindow.cxx
@@ -109,7 +109,7 @@ bool ImeStatusWindow::isShowing()
{
try
{
- bool bShow(0);
+ bool bShow(false);
if (getConfig()->getPropertyValue(OUString("ShowStatusWindow")) >>= bShow)
return bShow;
}