summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpstory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpstory.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpstory.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/lotuswordpro/source/filter/lwpstory.hxx b/lotuswordpro/source/filter/lwpstory.hxx
index 79ad90878d05..f17d60207a55 100644
--- a/lotuswordpro/source/filter/lwpstory.hxx
+++ b/lotuswordpro/source/filter/lwpstory.hxx
@@ -96,15 +96,15 @@ private:
XFContentContainer* m_pXFContainer;
protected:
- void Read();
+ void Read() SAL_OVERRIDE;
void XFConvertFrameInCell(XFContentContainer* pCont);
void XFConvertFrameInFrame(XFContentContainer* pCont);
void XFConvertFrameInHeaderFooter(XFContentContainer* pCont);
public:
- void RegisterStyle();
- void Parse(IXFStream* pOutputStream);
- virtual void XFConvert(XFContentContainer* pCont);
+ void RegisterStyle() SAL_OVERRIDE;
+ void Parse(IXFStream* pOutputStream) SAL_OVERRIDE;
+ virtual void XFConvert(XFContentContainer* pCont) SAL_OVERRIDE;
void XFConvertFrameInPage(XFContentContainer* pCont);
inline LwpDLVListHeadTail* GetParaList();
inline LwpObjectID* GetFirstPara();