summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwppara.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwppara.hxx')
-rw-r--r--lotuswordpro/source/filter/lwppara.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwppara.hxx b/lotuswordpro/source/filter/lwppara.hxx
index 1a688304937d..00139692f992 100644
--- a/lotuswordpro/source/filter/lwppara.hxx
+++ b/lotuswordpro/source/filter/lwppara.hxx
@@ -164,7 +164,7 @@ public:
void GetParaNumber(sal_uInt16 nPosition, ParaNumbering* pParaNumbering);
LwpFribPtr& GetFribs();
- double GetBelowSpacing();
+ double GetBelowSpacing() const;
LwpParaProperty* GetProperty(sal_uInt32 nPropType);
void GatherDropcapInfo();
const OUString& GetBulletStyleName() const;
@@ -351,7 +351,7 @@ inline void LwpPara::SetDropcapLayout(LwpDropcapLayout* pLayout)
{
m_pDropcapLayout = pLayout;
}
-inline double LwpPara::GetBelowSpacing()
+inline double LwpPara::GetBelowSpacing() const
{
return m_BelowSpacing;
}