diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-08-12 11:22:59 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-08-12 12:19:42 +0200 |
commit | 20c0aaf75f2923bb7a00dc628b88c878073b8e19 (patch) | |
tree | 9abcbc98a27bdaa9616a11d83a9f7b2ff51ffd05 /starmath | |
parent | 176e99a965aad11e8d990d0966e7dafca6924a02 (diff) |
-Werror,-Wundefined-bool-conversion
Change-Id: I44327db80a923c2ee8e762b3ba5f5de771b8610e
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/cfgitem.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/cfgitem.cxx b/starmath/source/cfgitem.cxx index 5206f0286d25..028daa6f9e49 100644 --- a/starmath/source/cfgitem.cxx +++ b/starmath/source/cfgitem.cxx @@ -391,7 +391,7 @@ const OUString SmFontFormatList::GetNewFontFormatId() const if (!GetFontFormat(aTmpId)) return aTmpId; } - OSL_ENSURE( !this, "failed to create new FontFormatId" ); + OSL_ENSURE( false, "failed to create new FontFormatId" ); return OUString(); } |