summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpfribbreaks.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpfribbreaks.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpfribbreaks.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpfribbreaks.hxx b/lotuswordpro/source/filter/lwpfribbreaks.hxx
index 2c061041dcd8..24a93b6c6fc1 100644
--- a/lotuswordpro/source/filter/lwpfribbreaks.hxx
+++ b/lotuswordpro/source/filter/lwpfribbreaks.hxx
@@ -75,7 +75,7 @@ public:
void RegisterBreakStyle(LwpPara* pPara);
void ParseLayout();
LwpObjectID& GetLayout() { return m_Layout;}
- bool IsLastFrib(){return m_bLastFrib;}
+ bool IsLastFrib() const {return m_bLastFrib;}
private:
LwpObjectID m_Layout;