summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwppagelayout.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-17 12:32:31 +0200
committerNoel Grandin <noel@peralex.com>2015-07-17 12:33:13 +0200
commit81d873336bc55a6854fdc0b2a53faada0c552e1f (patch)
tree18cf222d9b870061cb6e7e597ab0b37e0302e005 /lotuswordpro/source/filter/lwppagelayout.hxx
parent6a1f31898d4d44d69f4f65e56f5dd087607885af (diff)
remove pointless comments in lotuswordpro
change control, empty documentation tags Change-Id: Iad06c00ebad7dcb7d7d40040d77dee2d6307c9a5
Diffstat (limited to 'lotuswordpro/source/filter/lwppagelayout.hxx')
-rw-r--r--lotuswordpro/source/filter/lwppagelayout.hxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/lotuswordpro/source/filter/lwppagelayout.hxx b/lotuswordpro/source/filter/lwppagelayout.hxx
index 167f81015df7..aca7fc539e2e 100644
--- a/lotuswordpro/source/filter/lwppagelayout.hxx
+++ b/lotuswordpro/source/filter/lwppagelayout.hxx
@@ -53,10 +53,6 @@
*
*
************************************************************************/
-/*************************************************************************
- * Change History
-Mar 2005 Created
- ************************************************************************/
#ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPPAGELAYOUT_HXX
#define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPPAGELAYOUT_HXX
@@ -79,14 +75,11 @@ protected:
void Read() SAL_OVERRIDE;
LwpHeaderLayout* GetHeaderLayout();
LwpFooterLayout* GetFooterLayout();
- //void RegisterChildStyle();
void ParseGeometry(XFPageMaster* pm1);
void ParseMargins(XFPageMaster* pm1);
void ParseBorders(XFPageMaster* pm1);
- // add by , 06/03/2005
void ParsePatternFill(XFPageMaster* pm1);
void ParseBackGround(XFPageMaster* pm1);
- // end add
void ParseBackColor(XFPageMaster* pm1);
void ParseWaterMark(XFPageMaster* pm1);
void ParseColumns(XFPageMaster* pm1);
@@ -129,14 +122,11 @@ protected:
void ParseMargins( XFHeaderStyle* ph1 );
void ParseBorder( XFHeaderStyle* ph1 );
void ParseShadow( XFHeaderStyle* ph1 );
- // add by , 06/03/2005
void ParsePatternFill(XFHeaderStyle* ph1);
void ParseBackGround(XFHeaderStyle* ph1);
- // end add
void ParseBackColor(XFHeaderStyle* ph1);
void ParseWaterMark(XFHeaderStyle* ph1);
- //End by
private:
sal_Int32 m_nBorderOffset;
};
@@ -155,15 +145,12 @@ protected:
void ParseMargins( XFFooterStyle* pFooterStyle );
void ParseBorder( XFFooterStyle* pFooterStyle );
void ParseShadow( XFFooterStyle* pFooterStyle );
- // add by , 06/03/2005
void ParsePatternFill(XFFooterStyle* pFooterStyle);
void ParseBackGround(XFFooterStyle* pFooterStyle);
- // end add
void ParseBackColor(XFFooterStyle* pFooterStyle);
void ParseWaterMark(XFFooterStyle* pFooterStyle);
- //End by
private:
sal_Int32 m_nBorderOffset;