diff options
author | Jan Holesovsky <kendy@collabora.com> | 2013-10-04 09:12:07 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2013-10-04 11:23:10 +0200 |
commit | 2997d7d10a79917495a310135f863bd71541b304 (patch) | |
tree | a9224aeef22df6faaf259c57ca9aa0c928472328 /sw/inc | |
parent | 5ebe826caf75e8d00656b3333385bf0bbc05cb27 (diff) |
HighLight -> Highlight.
Change-Id: I2db5102fbc441c0b79d8c28023f3e3bb5613b3cf
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/charatr.hxx | 6 | ||||
-rw-r--r-- | sw/inc/format.hxx | 2 | ||||
-rw-r--r-- | sw/inc/swatrset.hxx | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/sw/inc/charatr.hxx b/sw/inc/charatr.hxx index e2482059b8fb..da9e34a8c3e0 100644 --- a/sw/inc/charatr.hxx +++ b/sw/inc/charatr.hxx @@ -87,7 +87,7 @@ inline const SvxBlinkItem &SwAttrSet::GetBlink(sal_Bool bInP) const { return (const SvxBlinkItem&)Get( RES_CHRATR_BLINK,bInP); } inline const SvxBrushItem &SwAttrSet::GetChrBackground( sal_Bool bInP ) const { return (const SvxBrushItem&)Get( RES_CHRATR_BACKGROUND, bInP ); } -inline const SvxBrushItem &SwAttrSet::GetChrHighLight( sal_Bool bInP ) const +inline const SvxBrushItem &SwAttrSet::GetChrHighlight( sal_Bool bInP ) const { return (const SvxBrushItem&)Get( RES_CHRATR_HIGHLIGHT, bInP ); } inline const SvxEmphasisMarkItem &SwAttrSet::GetEmphasisMark( sal_Bool bInP ) const { return (const SvxEmphasisMarkItem&)Get( RES_CHRATR_EMPHASIS_MARK, bInP ); } @@ -154,8 +154,8 @@ inline const SvxBlinkItem &SwFmt::GetBlink(sal_Bool bInP) const { return aSet.GetBlink(bInP); } inline const SvxBrushItem &SwFmt::GetChrBackground(sal_Bool bInP) const { return aSet.GetChrBackground(bInP); } -inline const SvxBrushItem &SwFmt::GetChrHighLight(sal_Bool bInP) const - { return aSet.GetChrHighLight(bInP); } +inline const SvxBrushItem &SwFmt::GetChrHighlight(sal_Bool bInP) const + { return aSet.GetChrHighlight(bInP); } inline const SvxEmphasisMarkItem &SwFmt::GetEmphasisMark( sal_Bool bInP ) const { return aSet.GetEmphasisMark(bInP); } inline const SvxTwoLinesItem &SwFmt::Get2Lines( sal_Bool bInP ) const diff --git a/sw/inc/format.hxx b/sw/inc/format.hxx index 88c54022cac2..5463e9f9162d 100644 --- a/sw/inc/format.hxx +++ b/sw/inc/format.hxx @@ -190,7 +190,7 @@ public: inline const SvxNoHyphenItem &GetNoHyphenHere( sal_Bool = sal_True ) const; inline const SvxBlinkItem &GetBlink( sal_Bool = sal_True ) const; inline const SvxBrushItem &GetChrBackground( sal_Bool = sal_True ) const; - inline const SvxBrushItem &GetChrHighLight( sal_Bool = sal_True ) const; + inline const SvxBrushItem &GetChrHighlight( sal_Bool = sal_True ) const; inline const SvxFontItem &GetCJKFont( sal_Bool = sal_True ) const; inline const SvxFontHeightItem &GetCJKSize( sal_Bool = sal_True ) const; diff --git a/sw/inc/swatrset.hxx b/sw/inc/swatrset.hxx index 8c1c87b15599..e713d4c3a397 100644 --- a/sw/inc/swatrset.hxx +++ b/sw/inc/swatrset.hxx @@ -232,7 +232,7 @@ public: inline const SvxNoHyphenItem &GetNoHyphenHere( sal_Bool = sal_True ) const; inline const SvxBlinkItem &GetBlink( sal_Bool = sal_True ) const; inline const SvxBrushItem &GetChrBackground( sal_Bool = sal_True ) const; - inline const SvxBrushItem &GetChrHighLight( sal_Bool = sal_True ) const; + inline const SvxBrushItem &GetChrHighlight( sal_Bool = sal_True ) const; inline const SvxFontItem &GetCJKFont( sal_Bool = sal_True ) const; inline const SvxFontHeightItem &GetCJKSize( sal_Bool = sal_True ) const; inline const SvxLanguageItem &GetCJKLanguage( sal_Bool = sal_True ) const; |