summaryrefslogtreecommitdiff
path: root/lotuswordpro/inc/xfilter/xfcolstyle.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/inc/xfilter/xfcolstyle.hxx')
-rw-r--r--lotuswordpro/inc/xfilter/xfcolstyle.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/inc/xfilter/xfcolstyle.hxx b/lotuswordpro/inc/xfilter/xfcolstyle.hxx
index 563fd0134031..774a2e636941 100644
--- a/lotuswordpro/inc/xfilter/xfcolstyle.hxx
+++ b/lotuswordpro/inc/xfilter/xfcolstyle.hxx
@@ -82,7 +82,7 @@ public:
/**
* @descr return column width.
*/
- double GetWidth();
+ double GetWidth() const;
virtual enumXFStyle GetStyleFamily() override;
@@ -100,7 +100,7 @@ inline void XFColStyle::SetWidth(double width)
m_fWidth = width;
}
-inline double XFColStyle::GetWidth()
+inline double XFColStyle::GetWidth() const
{
return m_fWidth;
}