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 6a394f4e9bf4..42bcb4a2a50f 100644
--- a/lotuswordpro/source/filter/lwpparastyle.hxx
+++ b/lotuswordpro/source/filter/lwpparastyle.hxx
@@ -86,8 +86,8 @@ public:
virtual void Apply(XFParaStyle *pStrm);
// 01/26/2005
- void ApplyParaBorder(XFParaStyle* pParaStyle, LwpParaBorderOverride* pBorder);
- void ApplyBreaks(XFParaStyle* pParaStyle, LwpBreaksOverride* pBreaks);
+ static void ApplyParaBorder(XFParaStyle* pParaStyle, LwpParaBorderOverride* pBorder);
+ static void ApplyBreaks(XFParaStyle* pParaStyle, LwpBreaksOverride* pBreaks);
//end
static void ApplyAlignment(XFParaStyle* pParaStyle, LwpAlignmentOverride* pAlign);
static void ApplyIndent(LwpPara* pPara, XFParaStyle* pParaStyle, LwpIndentOverride* pIndent);