summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpsection.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-27 18:12:18 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-27 18:12:18 +0100
commit567ef6d5782cdb729b49005caf6005610ce03e22 (patch)
tree7e3be1da41382e555d9091914ef7e064852a4fd4 /lotuswordpro/source/filter/lwpsection.hxx
parentc36daa01f444ebad799c1cc7a106f1b4bb3c3d12 (diff)
Second batch of adding SAL_OVERRIDE to overriding function declarations
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
Diffstat (limited to 'lotuswordpro/source/filter/lwpsection.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpsection.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/lotuswordpro/source/filter/lwpsection.hxx b/lotuswordpro/source/filter/lwpsection.hxx
index 9eeedd0f6c83..e7ac646fada4 100644
--- a/lotuswordpro/source/filter/lwpsection.hxx
+++ b/lotuswordpro/source/filter/lwpsection.hxx
@@ -76,7 +76,7 @@ class LwpOrderedObject : public LwpDLNFVList
public:
LwpOrderedObject(LwpObjectHeader &objHdr, LwpSvStream* pStrm);
virtual ~LwpOrderedObject(){}
- void Read();
+ void Read() SAL_OVERRIDE;
LwpObjectID* GetPosition(){ return &m_Para;}
LwpObjectID* GetListList(){ return &m_ListList;}
protected:
@@ -99,11 +99,11 @@ public:
inline LwpPageLayout* GetPageLayout();
inline LwpColor* GetColor();
inline LwpAtomHolder* GetAtomHolder();
- void Parse(IXFStream* pOutputStream);
+ void Parse(IXFStream* pOutputStream) SAL_OVERRIDE;
OUString GetSectionName(){return m_AtomHolder.str();}
protected:
- void Read();
+ void Read() SAL_OVERRIDE;
private:
sal_uInt16 m_Flags;
LwpObjectID m_PageLayout;
@@ -156,7 +156,7 @@ public:
sal_Bool IsFormatRunin();
sal_Bool IsFormatSeparator();
protected:
- void Read();
+ void Read() SAL_OVERRIDE;
private:
enum{
SEPARATORS = 0x01,