summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpsection.hxx
diff options
context:
space:
mode:
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,