summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMuhammet Kara <muhammet.kara@pardus.org.tr>2016-04-02 20:50:04 +0300
committerjan iversen <jani@documentfoundation.org>2016-04-04 06:36:17 +0000
commit157bfa806388053e573e97b26871d6de4d6dce52 (patch)
treeee88baef83536adbb3c97e1bc191c116fe90af2a /sw
parentc20cc7e79b3b3d8bcf9136bfdc2bab6dd6a4be06 (diff)
Remove commented-out code portion
Remove inactive code portion which has been sitting there for about a decade. Change-Id: I70d87333ed6f12c1e02913201ffba93be654a471 Reviewed-on: https://gerrit.libreoffice.org/23747 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/text/itrform2.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sw/source/core/text/itrform2.cxx b/sw/source/core/text/itrform2.cxx
index b9f8d3038f1b..4e72cd4fdba0 100644
--- a/sw/source/core/text/itrform2.cxx
+++ b/sw/source/core/text/itrform2.cxx
@@ -220,18 +220,6 @@ SwLinePortion *SwTextFormatter::Underflow( SwTextFormatInfo &rInf )
// What? The under-flow portion is not in the portion chain?
OSL_ENSURE( pPor, "SwTextFormatter::Underflow: overflow but underflow" );
- // i#29529 - correction: no delete of footnotes
-// if( rInf.IsFootnoteInside() && pPor && !rInf.IsQuick() )
-// {
-// SwLinePortion *pTmp = pPor->GetPortion();
-// while( pTmp )
-// {
-// if( pTmp->IsFootnotePortion() )
-// ((SwFootnotePortion*)pTmp)->ClearFootnote();
-// pTmp = pTmp->GetPortion();
-// }
-// }
-
// Snapshot
if ( pPor==rInf.GetLast() )
{