summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwppara.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwppara.hxx')
-rw-r--r--lotuswordpro/source/filter/lwppara.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/lotuswordpro/source/filter/lwppara.hxx b/lotuswordpro/source/filter/lwppara.hxx
index 515250ee3dc9..5fb164c12943 100644
--- a/lotuswordpro/source/filter/lwppara.hxx
+++ b/lotuswordpro/source/filter/lwppara.hxx
@@ -150,10 +150,10 @@ public:
LwpPara(LwpObjectHeader& objHdr, LwpSvStream* pStrm);
~LwpPara();
public:
- void Read();
- void RegisterStyle();
- void Parse(IXFStream* pOutputStream);
- void XFConvert(XFContentContainer* pCont);
+ void Read() SAL_OVERRIDE;
+ void RegisterStyle() SAL_OVERRIDE;
+ void Parse(IXFStream* pOutputStream) SAL_OVERRIDE;
+ void XFConvert(XFContentContainer* pCont) SAL_OVERRIDE;
void Release();
LwpPara* GetParent();