diff options
-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(); } |