diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-18 11:28:07 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-18 13:38:54 +0200 |
commit | bd428b45d793ffc2f764c952ffcd7ef814ee5dc8 (patch) | |
tree | bdad4959ab5893f86511d58bf02c2f1698e00fa5 /sw/inc | |
parent | 454eb3bc05f861712bff0f7593f9aa9809e4ee7c (diff) |
loplugin:unusedmethods
Change-Id: I95391ef6ed5154efc2c7705dde22afa59da24a70
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94403
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/charatr.hxx | 2 | ||||
-rw-r--r-- | sw/inc/swatrset.hxx | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/sw/inc/charatr.hxx b/sw/inc/charatr.hxx index 7161f45571ed..a49cd5017021 100644 --- a/sw/inc/charatr.hxx +++ b/sw/inc/charatr.hxx @@ -101,8 +101,6 @@ inline const SvxCaseMapItem &SwAttrSet::GetCaseMap(bool bInP) const { return Get( RES_CHRATR_CASEMAP,bInP); } inline const SvxNoHyphenItem &SwAttrSet::GetNoHyphenHere(bool bInP) const { return Get( RES_CHRATR_NOHYPHEN,bInP); } -inline const SvxBlinkItem &SwAttrSet::GetBlink(bool bInP) const - { return Get( RES_CHRATR_BLINK,bInP); } inline const SvxEmphasisMarkItem &SwAttrSet::GetEmphasisMark( bool bInP ) const { return Get( RES_CHRATR_EMPHASIS_MARK, bInP ); } inline const SvxTwoLinesItem &SwAttrSet::Get2Lines( bool bInP ) const diff --git a/sw/inc/swatrset.hxx b/sw/inc/swatrset.hxx index 0fc402360e2d..fc9f034bcc69 100644 --- a/sw/inc/swatrset.hxx +++ b/sw/inc/swatrset.hxx @@ -224,7 +224,6 @@ public: inline const SvxEscapementItem &GetEscapement( bool = true ) const; inline const SvxCaseMapItem &GetCaseMap( bool = true ) const; inline const SvxNoHyphenItem &GetNoHyphenHere( bool = true ) const; - inline const SvxBlinkItem &GetBlink( bool = true ) const; inline const SvxFontItem &GetCJKFont( bool = true ) const; inline const SvxFontHeightItem &GetCJKSize( bool = true ) const; inline const SvxLanguageItem &GetCJKLanguage( bool = true ) const; |