summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpfootnote.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-12 16:04:04 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-12 17:52:29 +0200
commitb36963c0a6a09f70ca6d8d607dd3249a3496497d (patch)
tree33e06dc8d227957cb31355277fb5cf20b9918628 /lotuswordpro/source/filter/lwpfootnote.hxx
parentb08247a12b43fcd9f86ecd912fce7d69a3e66061 (diff)
Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
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 36ac95658022..d01c52b1ac8b 100644
--- a/lotuswordpro/source/filter/lwpfootnote.hxx
+++ b/lotuswordpro/source/filter/lwpfootnote.hxx
@@ -104,7 +104,7 @@ class LwpFribFootnote: public LwpFrib
public:
explicit LwpFribFootnote(LwpPara* pPara );
virtual ~LwpFribFootnote(){}
- void Read(LwpObjectStream* pObjStrm, sal_uInt16 len) SAL_OVERRIDE;
+ void Read(LwpObjectStream* pObjStrm, sal_uInt16 len) override;
void RegisterNewStyle();
void XFConvert(XFContentContainer* pCont);
LwpFootnote* GetFootnote();
@@ -125,10 +125,10 @@ class LwpFootnote : public LwpOrderedObject
public:
LwpFootnote(LwpObjectHeader &objHdr, LwpSvStream* pStrm);
virtual ~LwpFootnote();
- void RegisterStyle() SAL_OVERRIDE;
- void XFConvert(XFContentContainer * pCont) SAL_OVERRIDE;
+ void RegisterStyle() override;
+ void XFConvert(XFContentContainer * pCont) override;
protected:
- void Read() SAL_OVERRIDE;
+ void Read() override;
private:
sal_uInt16 m_nType;
sal_uInt16 m_nRow;
@@ -154,7 +154,7 @@ public:
LwpFootnoteTable(LwpObjectHeader &objHdr, LwpSvStream* pStrm);
virtual ~LwpFootnoteTable(){}
protected:
- void Read() SAL_OVERRIDE;
+ void Read() override;
};
/**
@@ -239,9 +239,9 @@ class LwpFootnoteOptions : public LwpObject
{
public:
LwpFootnoteOptions(LwpObjectHeader &objHdr, LwpSvStream* pStrm);
- void RegisterStyle() SAL_OVERRIDE;
+ void RegisterStyle() override;
protected:
- void Read() SAL_OVERRIDE;
+ void Read() override;
void RegisterFootnoteStyle();
void RegisterEndnoteStyle();
private: