diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-06 09:25:02 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-06 09:28:16 +0300 |
commit | e2598531c072163e5a239e104bf22f98e1e2291d (patch) | |
tree | 2664101f07adc2c2f1cfed9a54aed8d9c5523bf3 /svx/source/form/fmPropBrw.cxx | |
parent | 56b82942e82b155d4df3a925206678e5411eddf8 (diff) |
WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
Change-Id: Ibc279b90a19dc38f61d3855346b26eea674fc097
Diffstat (limited to 'svx/source/form/fmPropBrw.cxx')
-rw-r--r-- | svx/source/form/fmPropBrw.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/fmPropBrw.cxx b/svx/source/form/fmPropBrw.cxx index 45357f9db99a..7cafa10315ef 100644 --- a/svx/source/form/fmPropBrw.cxx +++ b/svx/source/form/fmPropBrw.cxx @@ -482,7 +482,7 @@ void FmPropBrw::implSetNewSelection( const InterfaceBag& _rSelection ) void FmPropBrw::FillInfo( SfxChildWinInfo& rInfo ) const { - rInfo.bVisible = sal_False; + rInfo.bVisible = false; rInfo.aExtraString = getCurrentPage(); } |