summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpvpointer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpvpointer.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpvpointer.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/lotuswordpro/source/filter/lwpvpointer.hxx b/lotuswordpro/source/filter/lwpvpointer.hxx
index 54233f460e5a..23aaf6097227 100644
--- a/lotuswordpro/source/filter/lwpvpointer.hxx
+++ b/lotuswordpro/source/filter/lwpvpointer.hxx
@@ -73,9 +73,9 @@ class LwpVersionedPointer : public LwpObject
public:
LwpVersionedPointer(LwpObjectHeader& objHdr, LwpSvStream* pStrm);
~LwpVersionedPointer(){}
- void Read();
- void RegisterStyle();
- void Parse(IXFStream* pOutputStream);
+ void Read() SAL_OVERRIDE;
+ void RegisterStyle() SAL_OVERRIDE;
+ void Parse(IXFStream* pOutputStream) SAL_OVERRIDE;
LwpObjectID* GetPointer(){return &m_PointerID;}
protected:
LwpObjectID m_PointerID;