summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpfootnote.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpfootnote.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpfootnote.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/lotuswordpro/source/filter/lwpfootnote.hxx b/lotuswordpro/source/filter/lwpfootnote.hxx
index ef36ba29f5fc..cc9e12027d5e 100644
--- a/lotuswordpro/source/filter/lwpfootnote.hxx
+++ b/lotuswordpro/source/filter/lwpfootnote.hxx
@@ -107,7 +107,7 @@ class LwpFribFootnote: public LwpFrib
public:
LwpFribFootnote(LwpPara* pPara );
~LwpFribFootnote(){}
- void Read(LwpObjectStream* pObjStrm, sal_uInt16 len);
+ void Read(LwpObjectStream* pObjStrm, sal_uInt16 len) SAL_OVERRIDE;
void RegisterNewStyle();
void XFConvert(XFContentContainer* pCont);
LwpFootnote* GetFootnote();
@@ -128,10 +128,10 @@ class LwpFootnote : public LwpOrderedObject
public:
LwpFootnote(LwpObjectHeader &objHdr, LwpSvStream* pStrm);
~LwpFootnote();
- void RegisterStyle();
- void XFConvert(XFContentContainer * pCont);
+ void RegisterStyle() SAL_OVERRIDE;
+ void XFConvert(XFContentContainer * pCont) SAL_OVERRIDE;
protected:
- void Read();
+ void Read() SAL_OVERRIDE;
private:
sal_uInt16 m_nType;
sal_uInt16 m_nRow;
@@ -157,7 +157,7 @@ public:
LwpFootnoteTable(LwpObjectHeader &objHdr, LwpSvStream* pStrm);
~LwpFootnoteTable(){}
protected:
- void Read();
+ void Read() SAL_OVERRIDE;
};
/**
@@ -246,9 +246,9 @@ class LwpFootnoteOptions : public LwpObject
public:
LwpFootnoteOptions(LwpObjectHeader &objHdr, LwpSvStream* pStrm);
~LwpFootnoteOptions();
- void RegisterStyle();
+ void RegisterStyle() SAL_OVERRIDE;
protected:
- void Read();
+ void Read() SAL_OVERRIDE;
void RegisterFootnoteStyle();
void RegisterEndnoteStyle();
private: