summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/html/htmltab.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sw/source/filter/html/htmltab.cxx b/sw/source/filter/html/htmltab.cxx
index b8b96a6d38e8..3e6024e438f5 100644
--- a/sw/source/filter/html/htmltab.cxx
+++ b/sw/source/filter/html/htmltab.cxx
@@ -3881,7 +3881,6 @@ void SwHTMLParser::BuildTableCell( HTMLTable *pCurTable, sal_Bool bReadOptions,
break;
case HTML_TABLE_ON:
{
- sal_Bool bTopTable = sal_False;
sal_Bool bHasToFly = sal_False;
SvxAdjust eTabAdjust = SVX_ADJUST_END;
if( !pPendStack )
@@ -3920,13 +3919,6 @@ void SwHTMLParser::BuildTableCell( HTMLTable *pCurTable, sal_Bool bReadOptions,
}
else
{
- // Wenn wir mitlerweile in einem Rahmen stehen
- // koennen wir erneut eine echte Tabelle aufmachen.
- // Wir erkennen das daran, dass wir keinen
- // Tabellen-Node mehr finden.
- bTopTable = (0 ==
- pPam->GetPoint()->nNode.GetNode().FindTableNode());
-
// Wenn im aktuellen Absatz Flys verankert sind,
// muss die neue Tabelle in einen Rahmen.
bHasToFly = HasCurrentParaFlys(sal_False,sal_True);