summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwppagehint.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwppagehint.hxx')
-rw-r--r--lotuswordpro/source/filter/lwppagehint.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwppagehint.hxx b/lotuswordpro/source/filter/lwppagehint.hxx
index 25a31a6a2c64..43490c29c4f7 100644
--- a/lotuswordpro/source/filter/lwppagehint.hxx
+++ b/lotuswordpro/source/filter/lwppagehint.hxx
@@ -96,7 +96,7 @@ private:
class LwpPageHint : public LwpDLVList
{
public:
- LwpPageHint(LwpObjectHeader &objHdr, LwpSvStream* pStrm);
+ LwpPageHint(LwpObjectHeader const &objHdr, LwpSvStream* pStrm);
void Read() override;
void Parse(IXFStream* pOutputStream) override;
sal_uInt16 GetPageNumber(){return m_nPageNumber;}