summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpborderstuff.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpborderstuff.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpborderstuff.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpborderstuff.hxx b/lotuswordpro/source/filter/lwpborderstuff.hxx
index f9c77a292239..4a7da6ce208b 100644
--- a/lotuswordpro/source/filter/lwpborderstuff.hxx
+++ b/lotuswordpro/source/filter/lwpborderstuff.hxx
@@ -81,7 +81,7 @@ public:
public:
void Read(LwpObjectStream *pStrm);
- sal_uInt16 GetSide(){ return m_nSides; }
+ sal_uInt16 GetSide() const { return m_nSides; }
bool HasSide(sal_uInt16 side);
sal_uInt16 GetSideType(sal_uInt16 side);
LwpColor GetSideColor(sal_uInt16 side);