summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-06 09:16:48 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-06 09:16:48 +0300
commit52ee886ca0015b8997a328bfef655540f2ee49e8 (patch)
treec40f49760eb479226b080a6c27a206bbf51c8989
parent953cef76ac6f760728a5b2296704d32af2b81ba5 (diff)
WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
Change-Id: Iaaac351b2276f20a292e9b3840ddd1d808fc564f
-rw-r--r--include/sfx2/childwin.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/childwin.hxx b/include/sfx2/childwin.hxx
index 8e2827b61618..8680809b4d15 100644
--- a/include/sfx2/childwin.hxx
+++ b/include/sfx2/childwin.hxx
@@ -60,7 +60,7 @@ struct SfxChildWinInfo
SfxChildWinInfo()
{
- bVisible = sal_False;
+ bVisible = false;
nFlags = 0;
}
bool GetExtraData_Impl( SfxChildAlignment *pAlign,