summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpcontent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpcontent.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpcontent.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpcontent.hxx b/lotuswordpro/source/filter/lwpcontent.hxx
index 61f07569dae6..78f3489eda45 100644
--- a/lotuswordpro/source/filter/lwpcontent.hxx
+++ b/lotuswordpro/source/filter/lwpcontent.hxx
@@ -107,7 +107,7 @@ protected:
CF_COPYMASK = (CF_MODIFIED | CF_PRIVATE)
};
protected:
- void Read();
+ void Read() SAL_OVERRIDE;
public:
inline LwpAssociatedLayouts* GetLayoutsWithMe();
LwpVirtualLayout* GetLayout(LwpVirtualLayout* pStartLayout);
@@ -153,7 +153,7 @@ public:
LwpHeadContent(LwpObjectHeader &objHdr, LwpSvStream* pStrm);
virtual ~LwpHeadContent(){}
protected:
- void Read();
+ void Read() SAL_OVERRIDE;
};
#endif