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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/source/cfgitem.hxx b/starmath/source/cfgitem.hxx
index 1bb91e340f2a..3a90fd6df1d2 100644
--- a/starmath/source/cfgitem.hxx
+++ b/starmath/source/cfgitem.hxx
@@ -127,9 +127,9 @@ protected:
void SaveFontFormatList();
void SetOtherModified( bool bVal );
- inline bool IsOtherModified() const { return bIsOtherModified; }
+ bool IsOtherModified() const { return bIsOtherModified; }
void SetFormatModified( bool bVal );
- inline bool IsFormatModified() const { return bIsFormatModified; }
+ bool IsFormatModified() const { return bIsFormatModified; }
SmFontFormatList & GetFontFormatList();
const SmFontFormatList & GetFontFormatList() const