summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpoverride.cxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2013-10-04 09:12:07 +0200
committerJan Holesovsky <kendy@collabora.com>2013-10-04 11:23:10 +0200
commit2997d7d10a79917495a310135f863bd71541b304 (patch)
treea9224aeef22df6faaf259c57ca9aa0c928472328 /lotuswordpro/source/filter/lwpoverride.cxx
parent5ebe826caf75e8d00656b3333385bf0bbc05cb27 (diff)
HighLight -> Highlight.
Change-Id: I2db5102fbc441c0b79d8c28023f3e3bb5613b3cf
Diffstat (limited to 'lotuswordpro/source/filter/lwpoverride.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpoverride.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpoverride.cxx b/lotuswordpro/source/filter/lwpoverride.cxx
index 30ea479cd798..2feb62b507f6 100644
--- a/lotuswordpro/source/filter/lwpoverride.cxx
+++ b/lotuswordpro/source/filter/lwpoverride.cxx
@@ -168,7 +168,7 @@ void LwpTextAttributeOverride::Read(LwpObjectStream* pStrm)
pStrm->SkipExtra();
}
-sal_Bool LwpTextAttributeOverride::IsHighLight()
+sal_Bool LwpTextAttributeOverride::IsHighlight()
{
return (m_nValues & TAO_HIGHLIGHT);
}