summaryrefslogtreecommitdiff
path: root/lotuswordpro/inc/lwpfilehdr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/inc/lwpfilehdr.hxx')
-rw-r--r--lotuswordpro/inc/lwpfilehdr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/inc/lwpfilehdr.hxx b/lotuswordpro/inc/lwpfilehdr.hxx
index ef444b12eb2b..2bb49127ab8f 100644
--- a/lotuswordpro/inc/lwpfilehdr.hxx
+++ b/lotuswordpro/inc/lwpfilehdr.hxx
@@ -74,10 +74,10 @@ private: //data member
public:
static sal_uInt16 m_nFileRevision;
void Read(LwpSvStream *pStrm);
- sal_uInt32 GetRootIndexOffset();
+ sal_uInt32 GetRootIndexOffset() const;
LwpObjectID& GetDocID();
};
-inline sal_uInt32 LwpFileHeader::GetRootIndexOffset()
+inline sal_uInt32 LwpFileHeader::GetRootIndexOffset() const
{
return m_nRootIndexOffset;
}