diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-20 09:39:07 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-20 12:17:01 +0000 |
commit | 9ab408277b8c68f3d987a36744171fc0ef1de2f6 (patch) | |
tree | 9b3a8866e2e61a86be84cd77b03e9ccbabbdc80b /sw/inc/expfld.hxx | |
parent | 35a48ceb1d92021aa9ce1d17509cd72acc84c718 (diff) |
loplugin:expandablemethodds in sw(part1)
Change-Id: Ic3a558e6b646b6b6bc4cb7e09a00695553023534
Reviewed-on: https://gerrit.libreoffice.org/30073
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/expfld.hxx')
-rw-r--r-- | sw/inc/expfld.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/inc/expfld.hxx b/sw/inc/expfld.hxx index 618af04ba462..38344e151448 100644 --- a/sw/inc/expfld.hxx +++ b/sw/inc/expfld.hxx @@ -100,7 +100,6 @@ public: virtual void SetValue( const double& rVal ) override; virtual void SetLanguage(sal_uInt16 nLng) override; - inline const OUString& GetExpStr() const; inline void ChgExpStr(const OUString& rExpand); /// Called by formatting. @@ -132,9 +131,6 @@ public: inline void SwGetExpField::ChgExpStr(const OUString& rExpand) { sExpand = rExpand;} -inline const OUString& SwGetExpField::GetExpStr() const - { return sExpand; } - /// Called by formatting. inline bool SwGetExpField::IsInBodyText() const { return bIsInBodyText; } @@ -406,7 +402,6 @@ public: virtual sal_uInt16 GetSubType() const override; virtual void SetSubType(sal_uInt16 nType) override; - const OUString& GetExpStr() const { return sExpand; } void ChgExpStr(const OUString& rStr) { sExpand = rStr; } void CalcField( SwTableCalcPara& rCalcPara ); |