summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwprowlayout.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwprowlayout.hxx')
-rw-r--r--lotuswordpro/source/filter/lwprowlayout.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwprowlayout.hxx b/lotuswordpro/source/filter/lwprowlayout.hxx
index e393c6908779..ad2c9eacb959 100644
--- a/lotuswordpro/source/filter/lwprowlayout.hxx
+++ b/lotuswordpro/source/filter/lwprowlayout.hxx
@@ -78,7 +78,7 @@ public:
LwpRowLayout(LwpObjectHeader const &objHdr, LwpSvStream* pStrm);
virtual ~LwpRowLayout() override;
virtual LWP_LAYOUT_TYPE GetLayoutType () override { return LWP_ROW_LAYOUT;}
- sal_uInt16 GetRowID() { return crowid;}
+ sal_uInt16 GetRowID() const { return crowid;}
virtual void RegisterStyle() override;
LwpTableLayout * GetParentTableLayout(){return dynamic_cast<LwpTableLayout *>(GetParent().obj().get());}
void SetRowMap();
@@ -105,7 +105,7 @@ public:
void ConvertCommonRow(rtl::Reference<XFTable> const & pXFTable, sal_uInt8 nStartCol, sal_uInt8 nEndCol);
void CollectMergeInfo();
void SetCellSplit(sal_uInt16 nEffectRows);
- bool GetMergeCellFlag();
+ bool GetMergeCellFlag() const;
sal_uInt16 GetCurMaxSpannedRows(sal_uInt8 nStartCol,sal_uInt8 nEndCol);
void RegisterCurRowStyle(XFRow* pXFRow,sal_uInt16 nRowMark);
};