summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwppagelayout.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 19:18:54 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 14:47:34 -0600
commit7986dcfdcad22d7203f256fb9a4ad53bda4ca422 (patch)
tree0cf345a92fd1b7d864b446cc71d0ba1a1c0187aa /lotuswordpro/source/filter/lwppagelayout.cxx
parentwriterfilter: convert sprm:C{DxaSpace,CharScale,HpsKern,HpsPos} (diff)
downloadcore-7986dcfdcad22d7203f256fb9a4ad53bda4ca422.tar.gz
core-7986dcfdcad22d7203f256fb9a4ad53bda4ca422.zip
Remove visual noise from lotuswordpro
Change-Id: Ie161a2aa1a434d0778e1937a833819c934ed1889 Reviewed-on: https://gerrit.libreoffice.org/8281 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'lotuswordpro/source/filter/lwppagelayout.cxx')
-rw-r--r--lotuswordpro/source/filter/lwppagelayout.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/lotuswordpro/source/filter/lwppagelayout.cxx b/lotuswordpro/source/filter/lwppagelayout.cxx
index 251c8be2f508..b93233e6f362 100644
--- a/lotuswordpro/source/filter/lwppagelayout.cxx
+++ b/lotuswordpro/source/filter/lwppagelayout.cxx
@@ -202,7 +202,6 @@ void LwpPageLayout::ParseBorders(XFPageMaster *pm1)
}
}
-
/**
* @descr: set page shadow
*
@@ -749,7 +748,6 @@ void LwpHeaderLayout::Read()
m_pObjStrm->SkipExtra();
}
-
void LwpHeaderLayout::RegisterStyle(XFPageMaster* pm1)
{
XFHeaderStyle* pHeaderStyle = new XFHeaderStyle();
@@ -859,7 +857,6 @@ void LwpHeaderLayout::ParseBackColor(XFHeaderStyle* pHeaderStyle)
}
}
-
void LwpHeaderLayout::ParseWaterMark(XFHeaderStyle * pHeaderStyle)
{
XFBGImage* pXFBGImage = GetXFBGImage();
@@ -1049,7 +1046,6 @@ void LwpFooterLayout::RegisterStyle(XFMasterPage* mp1)
mp1->SetFooter(pFooter);
}
-
void LwpFooterLayout::ParseWaterMark(XFFooterStyle * pFooterStyle)
{
XFBGImage* pXFBGImage = GetXFBGImage();