summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpfribsection.cxx
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/lwpfribsection.cxx
parent6a1f31898d4d44d69f4f65e56f5dd087607885af (diff)
remove pointless comments in lotuswordpro
change control, empty documentation tags Change-Id: Iad06c00ebad7dcb7d7d40040d77dee2d6307c9a5
Diffstat (limited to 'lotuswordpro/source/filter/lwpfribsection.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpfribsection.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/lotuswordpro/source/filter/lwpfribsection.cxx b/lotuswordpro/source/filter/lwpfribsection.cxx
index 44f5a358577a..b180b3a77484 100644
--- a/lotuswordpro/source/filter/lwpfribsection.cxx
+++ b/lotuswordpro/source/filter/lwpfribsection.cxx
@@ -57,10 +57,7 @@
* @file
* the class for section frib and process section and page layout
************************************************************************/
-/*************************************************************************
- * Change History
-Jan 2005 Created
- ************************************************************************/
+
#include "lwpfribsection.hxx"
#include "lwpfribbreaks.hxx"
#include "lwpstory.hxx"
@@ -397,7 +394,7 @@ void LwpMasterPage::ParseSection(LwpFrib* pFrib)
if(pContent)
{
LwpStory* pStory = static_cast<LwpStory*> ( m_pPara->GetStoryID().obj().get() );
- //delete the additional blank para, 06/28/2005
+ //delete the additional blank para
XFParagraph* pCurrPara = rFribPtr.GetXFPara();
if(!pCurrPara->HasContents())
{
@@ -407,7 +404,6 @@ void LwpMasterPage::ParseSection(LwpFrib* pFrib)
pCurrContainer->RemoveLastContent();
}
}
- //end,06/28/2005
pStory->AddXFContent( pContent );
}
else