summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpbreaksoverride.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpbreaksoverride.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpbreaksoverride.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpbreaksoverride.hxx b/lotuswordpro/source/filter/lwpbreaksoverride.hxx
index 2de0887413d2..f2f2b27309fc 100644
--- a/lotuswordpro/source/filter/lwpbreaksoverride.hxx
+++ b/lotuswordpro/source/filter/lwpbreaksoverride.hxx
@@ -71,7 +71,7 @@ public:
LwpBreaksOverride();
virtual ~LwpBreaksOverride();
- virtual LwpBreaksOverride* clone() const;
+ virtual LwpBreaksOverride* clone() const SAL_OVERRIDE;
enum
{
@@ -86,7 +86,7 @@ public:
BO_NEXTSTYLE = 0x100 // next style name
};
public:
- virtual void Read(LwpObjectStream *pStrm);
+ virtual void Read(LwpObjectStream *pStrm) SAL_OVERRIDE;
//add by , 01/28/2005
void Override(LwpBreaksOverride* pOther);