diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-01-27 15:01:14 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-01-27 15:03:12 +0200 |
commit | ad3e0989d137ef765d634cb07a7a7a46ecc774ff (patch) | |
tree | 357257cedcd487509ae3c31b289fd88926989a3c /xmlscript | |
parent | c3fcec765cc3a9e4aad30685af9aa44491bf1d08 (diff) |
WaE: implicit conversion of literal of type 'int' to 'bool'
Change-Id: Ie12339760904329d690bbe4863286e005ebde380
Diffstat (limited to 'xmlscript')
-rw-r--r-- | xmlscript/source/xmldlg_imexp/xmldlg_export.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx b/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx index e45ce96589b7..ab9049ff0d4c 100644 --- a/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx +++ b/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx @@ -1034,7 +1034,7 @@ void ElementDescriptor::readImageScaleModeAttr( OUString const & rPropName, OUSt addAttribute( rAttrName, OUString( "anisotropic" ) ); break; default: - OSL_ENSURE( 0, "### illegal image scale mode value."); + OSL_ENSURE( false, "### illegal image scale mode value."); break; } } |