summaryrefslogtreecommitdiff
path: root/include/editeng/charsetcoloritem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/charsetcoloritem.hxx')
-rw-r--r--include/editeng/charsetcoloritem.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/charsetcoloritem.hxx b/include/editeng/charsetcoloritem.hxx
index 82dc4a6de32b..7223c2b9a944 100644
--- a/include/editeng/charsetcoloritem.hxx
+++ b/include/editeng/charsetcoloritem.hxx
@@ -48,9 +48,9 @@ public:
virtual SfxPoolItem* Create(SvStream &, sal_uInt16) const override;
virtual SvStream& Store(SvStream &, sal_uInt16 nItemVersion) const override;
- inline rtl_TextEncoding GetCharSet() const { return eFrom; }
+ rtl_TextEncoding GetCharSet() const { return eFrom; }
- inline SvxCharSetColorItem& operator=(const SvxCharSetColorItem& rColor)
+ SvxCharSetColorItem& operator=(const SvxCharSetColorItem& rColor)
{
SetValue( rColor.GetValue() );
eFrom = rColor.GetCharSet();