summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpparastyle.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpparastyle.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpparastyle.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpparastyle.hxx b/lotuswordpro/source/filter/lwpparastyle.hxx
index 40e4c615c08f..86e8f02c897b 100644
--- a/lotuswordpro/source/filter/lwpparastyle.hxx
+++ b/lotuswordpro/source/filter/lwpparastyle.hxx
@@ -82,7 +82,7 @@ public:
virtual ~LwpParaStyle();
- void Read();
+ void Read() SAL_OVERRIDE;
virtual void Apply(XFParaStyle *pStrm);
// 01/26/2005
@@ -95,7 +95,7 @@ public:
static void ApplyTab(XFParaStyle* pParaStyle, LwpTabOverride* pTab);
- void RegisterStyle();
+ void RegisterStyle() SAL_OVERRIDE;
LwpAlignmentOverride* GetAlignment();//add by 1-24
LwpIndentOverride* GetIndent();