summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpproplist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpproplist.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpproplist.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpproplist.hxx b/lotuswordpro/source/filter/lwpproplist.hxx
index d326ba733ec9..94fe01d8afad 100644
--- a/lotuswordpro/source/filter/lwpproplist.hxx
+++ b/lotuswordpro/source/filter/lwpproplist.hxx
@@ -68,7 +68,7 @@
class LwpPropListElement : public LwpDLVList
{
public:
- LwpPropListElement(LwpObjectHeader &objHdr, LwpSvStream *pStrm);
+ LwpPropListElement(LwpObjectHeader const &objHdr, LwpSvStream *pStrm);
void Read() override;
bool IsNamed(const OUString& name);
LwpPropListElement* GetNext();