summaryrefslogtreecommitdiff
path: root/starmath/source/cfgitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/cfgitem.hxx')
-rw-r--r--starmath/source/cfgitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/cfgitem.hxx b/starmath/source/cfgitem.hxx
index 09201bf5c60a..7b40f8b619a4 100644
--- a/starmath/source/cfgitem.hxx
+++ b/starmath/source/cfgitem.hxx
@@ -136,7 +136,7 @@ protected:
void SetFormatModified( bool bVal );
inline bool IsFormatModified() const { return bIsFormatModified; }
void SetFontFormatListModified( bool bVal );
- inline bool IsFontFormatListModified() const { return pFontFormatList ? pFontFormatList->IsModified(): false; }
+ inline bool IsFontFormatListModified() const { return pFontFormatList && pFontFormatList->IsModified(); }
SmFontFormatList & GetFontFormatList();
const SmFontFormatList & GetFontFormatList() const