summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpoverride.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpoverride.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpoverride.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/lotuswordpro/source/filter/lwpoverride.cxx b/lotuswordpro/source/filter/lwpoverride.cxx
index dcf94e0c75f7..677b3638f9f0 100644
--- a/lotuswordpro/source/filter/lwpoverride.cxx
+++ b/lotuswordpro/source/filter/lwpoverride.cxx
@@ -164,7 +164,7 @@ void LwpTextAttributeOverride::Read(LwpObjectStream* pStrm)
pStrm->SkipExtra();
}
-bool LwpTextAttributeOverride::IsHighlight()
+bool LwpTextAttributeOverride::IsHighlight() const
{
return (m_nValues & TAO_HIGHLIGHT) != 0;
}
@@ -497,7 +497,7 @@ void LwpIndentOverride::Override(LwpIndentOverride* other)
other->OverrideRelative(GetRelative());
}
-sal_uInt16 LwpIndentOverride::GetRelative()
+sal_uInt16 LwpIndentOverride::GetRelative() const
{
if ((m_nOverride & IO_REL_FLAGS) == IO_REL_FIRST)
return RELATIVE_FIRST;
@@ -506,7 +506,7 @@ sal_uInt16 LwpIndentOverride::GetRelative()
return RELATIVE_REST;
}
-bool LwpIndentOverride::IsUseRelative()
+bool LwpIndentOverride::IsUseRelative() const
{
return (m_nValues & IO_USE_RELATIVE) != 0;
}