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.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/lotuswordpro/source/filter/lwpparastyle.hxx b/lotuswordpro/source/filter/lwpparastyle.hxx
index 3dc461ae1518..7c46c4238ce0 100644
--- a/lotuswordpro/source/filter/lwpparastyle.hxx
+++ b/lotuswordpro/source/filter/lwpparastyle.hxx
@@ -82,9 +82,9 @@ public:
void Apply(XFParaStyle *pStrm);
static void ApplyParaBorder(XFParaStyle* pParaStyle, LwpParaBorderOverride* pBorder);
- static void ApplyBreaks(XFParaStyle* pParaStyle, LwpBreaksOverride* pBreaks);
- static void ApplyAlignment(XFParaStyle* pParaStyle, LwpAlignmentOverride* pAlign);
- static void ApplyIndent(LwpPara* pPara, XFParaStyle* pParaStyle, LwpIndentOverride* pIndent);
+ static void ApplyBreaks(XFParaStyle* pParaStyle, const LwpBreaksOverride* pBreaks);
+ static void ApplyAlignment(XFParaStyle* pParaStyle, const LwpAlignmentOverride* pAlign);
+ static void ApplyIndent(LwpPara* pPara, XFParaStyle* pParaStyle, const LwpIndentOverride* pIndent);
static void ApplySpacing(LwpPara* pPara, XFParaStyle* pParaStyle, LwpSpacingOverride* pSpacing);
static void ApplyTab(XFParaStyle* pParaStyle, LwpTabOverride* pTab);