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.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpparastyle.hxx b/lotuswordpro/source/filter/lwpparastyle.hxx
index d980a03c7d7b..b078cc96adc5 100644
--- a/lotuswordpro/source/filter/lwpparastyle.hxx
+++ b/lotuswordpro/source/filter/lwpparastyle.hxx
@@ -93,7 +93,6 @@ public:
static void ApplyIndent(LwpPara* pPara, XFParaStyle* pParaStyle, LwpIndentOverride* pIndent);
static void ApplySpacing(LwpPara* pPara, XFParaStyle* pParaStyle, LwpSpacingOverride* pSpacing);
- // 2005/01/28
static void ApplyTab(XFParaStyle* pParaStyle, LwpTabOverride* pTab);
void RegisterStyle();
@@ -109,7 +108,6 @@ public:
sal_Bool IsNumberRight();
public:
- //add by , 01/27/2004
static void ApplySubBorder(LwpBorderStuff* pBorderStuff, LwpBorderStuff::BorderType eType, XFBorders* pXFBorders);
//end