diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-08-11 16:08:32 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-08-11 16:08:32 +0200 |
commit | 525d784796f89c31ec3e41b199c26a6e0444e329 (patch) | |
tree | 6bc8d71ca232ead5e6785f5e32ba73e4d446c04e /xmloff/source/style/xmlexppr.cxx | |
parent | d9baa2b06e7349fce55cb706563c3017f33c01e0 (diff) |
-Werror,-Wundefined-bool-conversion
Change-Id: Icf4a55f7e76a723014a7b8b5f6b9350db7370dd9
Diffstat (limited to 'xmloff/source/style/xmlexppr.cxx')
-rw-r--r-- | xmloff/source/style/xmlexppr.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/style/xmlexppr.cxx b/xmloff/source/style/xmlexppr.cxx index 6f62661696b3..22cfe8aab264 100644 --- a/xmloff/source/style/xmlexppr.cxx +++ b/xmloff/source/style/xmlexppr.cxx @@ -490,7 +490,7 @@ void FilterPropertiesInfo_Impl::FillPropertyStateArray( catch( UnknownPropertyException& ) { // might be a problem of getImplemenetationId - OSL_ENSURE( !this, "unknown property in getPropertyValue" ); + OSL_ENSURE( false, "unknown property in getPropertyValue" ); } } @@ -649,7 +649,7 @@ vector<XMLPropertyState> SvXMLExportPropertyMapper::_Filter( catch( UnknownPropertyException& ) { // might be a problem of getImplemenetationId - OSL_ENSURE( !this, "unknown property in getPropertyStates" ); + OSL_ENSURE( false, "unknown property in getPropertyStates" ); } } |