summaryrefslogtreecommitdiff
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 311fbf0e7719..65aca5d99eaf 100644
--- a/lotuswordpro/source/filter/lwpproplist.hxx
+++ b/lotuswordpro/source/filter/lwpproplist.hxx
@@ -74,7 +74,7 @@ class LwpPropListElement : public LwpDLVList
public:
LwpPropListElement(LwpObjectHeader &objHdr, LwpSvStream *pStrm);
~LwpPropListElement(){}
- void Read();
+ void Read() SAL_OVERRIDE;
sal_Bool IsNamed(const OUString& name);
LwpPropListElement* GetNext();
LwpAtomHolder GetValue(){return m_Value;}