summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-01-15 20:29:36 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-01-15 20:36:24 +0000
commite50b785b5eeb7a3f3deedf1125c205d6abec8ac3 (patch)
tree65c4e502f68825b23f4d03e80cb661724dbf1206
parent4f6d6d905ffe4e9962ea858d415273df4f5829fd (diff)
ditch the irritating inline keyword
Change-Id: I65cdb5a5ba3e5d1ebb852b7e0d3d58b2b2fbbbcd
-rw-r--r--sw/source/core/text/guess.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sw/source/core/text/guess.hxx b/sw/source/core/text/guess.hxx
index 75bc91543f71..9fd797dba05d 100644
--- a/sw/source/core/text/guess.hxx
+++ b/sw/source/core/text/guess.hxx
@@ -47,13 +47,13 @@ public:
const sal_uInt16 nHeight );
bool AlternativeSpelling( const SwTextFormatInfo &rInf, const sal_Int32 nPos );
- inline SwHangingPortion* GetHangingPortion() const { return pHanging.get(); }
- inline void ClearHangingPortion() { pHanging = nullptr; }
- inline sal_uInt16 BreakWidth() const { return nBreakWidth; }
- inline sal_Int32 CutPos() const { return nCutPos; }
- inline sal_Int32 BreakStart() const { return nBreakStart; }
- inline sal_Int32 BreakPos() const {return nBreakPos; }
- inline sal_Int32 FieldDiff() const {return nFieldDiff; }
+ SwHangingPortion* GetHangingPortion() const { return pHanging.get(); }
+ void ClearHangingPortion() { pHanging = nullptr; }
+ sal_uInt16 BreakWidth() const { return nBreakWidth; }
+ sal_Int32 CutPos() const { return nCutPos; }
+ sal_Int32 BreakStart() const { return nBreakStart; }
+ sal_Int32 BreakPos() const {return nBreakPos; }
+ sal_Int32 FieldDiff() const {return nFieldDiff; }
const css::uno::Reference< css::linguistic2::XHyphenatedWord >& HyphWord() const
{ return xHyphWord; }
};