summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpbreaksoverride.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/lwpbreaksoverride.cxx
parentin remainingSize consider that its is possible to seek past the end (diff)
downloadcore-81d873336bc55a6854fdc0b2a53faada0c552e1f.tar.gz
core-81d873336bc55a6854fdc0b2a53faada0c552e1f.zip
remove pointless comments in lotuswordpro
change control, empty documentation tags Change-Id: Iad06c00ebad7dcb7d7d40040d77dee2d6307c9a5
Diffstat (limited to 'lotuswordpro/source/filter/lwpbreaksoverride.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpbreaksoverride.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpbreaksoverride.cxx b/lotuswordpro/source/filter/lwpbreaksoverride.cxx
index 23f7f83a1f51..d5015902d53e 100644
--- a/lotuswordpro/source/filter/lwpbreaksoverride.cxx
+++ b/lotuswordpro/source/filter/lwpbreaksoverride.cxx
@@ -99,7 +99,6 @@ void LwpBreaksOverride::Read(LwpObjectStream *pStrm)
pStrm->SkipExtra();
}
-//add by , 01/28/2005
void LwpBreaksOverride::Override(LwpBreaksOverride* pOther)
{
if (m_nApply & BO_PAGEBEFORE)
@@ -281,6 +280,5 @@ void LwpBreaksOverride::OverrideUseNextStyle(bool bVal)
LwpOverride::Override(BO_USENEXTSTYLE, STATE_OFF);
}
}
-//end add
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */