summaryrefslogtreecommitdiff
path: root/include/editeng/optitems.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/optitems.hxx')
-rw-r--r--include/editeng/optitems.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/editeng/optitems.hxx b/include/editeng/optitems.hxx
index 4e6f7d95c679..b5faa4829842 100644
--- a/include/editeng/optitems.hxx
+++ b/include/editeng/optitems.hxx
@@ -79,13 +79,13 @@ public:
virtual SfxPoolItem* Create( SvStream& rStrm, sal_uInt16 nVer ) const override;
virtual SvStream& Store( SvStream& rStrm, sal_uInt16 ) const override;
- inline sal_uInt8 &GetMinLead() { return nMinLead; }
- inline sal_uInt8 GetMinLead() const { return nMinLead; }
+ sal_uInt8 &GetMinLead() { return nMinLead; }
+ sal_uInt8 GetMinLead() const { return nMinLead; }
- inline sal_uInt8 &GetMinTrail() { return nMinTrail; }
- inline sal_uInt8 GetMinTrail() const { return nMinTrail; }
+ sal_uInt8 &GetMinTrail() { return nMinTrail; }
+ sal_uInt8 GetMinTrail() const { return nMinTrail; }
- inline SfxHyphenRegionItem& operator=( const SfxHyphenRegionItem& rNew )
+ SfxHyphenRegionItem& operator=( const SfxHyphenRegionItem& rNew )
{
nMinLead = rNew.GetMinLead();
nMinTrail = rNew.GetMinTrail();