summaryrefslogtreecommitdiff
path: root/lotuswordpro/inc/xfilter/xfrowstyle.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/inc/xfilter/xfrowstyle.hxx')
-rw-r--r--lotuswordpro/inc/xfilter/xfrowstyle.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/inc/xfilter/xfrowstyle.hxx b/lotuswordpro/inc/xfilter/xfrowstyle.hxx
index 41fc1c2adc76..8ca8d1223e03 100644
--- a/lotuswordpro/inc/xfilter/xfrowstyle.hxx
+++ b/lotuswordpro/inc/xfilter/xfrowstyle.hxx
@@ -73,7 +73,7 @@ public:
public:
void SetRowHeight(double height);
- double GetRowHeight();
+ double GetRowHeight() const;
void SetMinRowHeight(double height);
@@ -97,7 +97,7 @@ inline void XFRowStyle::SetMinRowHeight(double height)
m_fMinHeight = height;
}
-inline double XFRowStyle::GetRowHeight()
+inline double XFRowStyle::GetRowHeight() const
{
if (m_fMinHeight > FLOAT_MIN)
{