summaryrefslogtreecommitdiffstats
path: root/sw/source/core/inc/swfntcch.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/swfntcch.hxx')
-rw-r--r--sw/source/core/inc/swfntcch.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/core/inc/swfntcch.hxx b/sw/source/core/inc/swfntcch.hxx
index 19d50e3808a0..244291e4c555 100644
--- a/sw/source/core/inc/swfntcch.hxx
+++ b/sw/source/core/inc/swfntcch.hxx
@@ -33,7 +33,7 @@ class SwFontCache : public SwCache
{
public:
- inline SwFontCache() : SwCache(50
+ SwFontCache() : SwCache(50
#ifdef DBG_UTIL
, "Global AttributSet/Font-Cache pSwFontCache"
#endif
@@ -59,9 +59,9 @@ public:
virtual ~SwFontObj() override;
- inline SwFont& GetFont() { return aSwFont; }
- inline const SwFont& GetFont() const { return aSwFont; }
- inline const SfxPoolItem** GetDefault() { return pDefaultArray; }
+ SwFont& GetFont() { return aSwFont; }
+ const SwFont& GetFont() const { return aSwFont; }
+ const SfxPoolItem** GetDefault() { return pDefaultArray; }
};
class SwFontAccess : public SwCacheAccess