diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2013-05-22 19:26:32 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-05-22 19:30:38 +0200 |
commit | c1064997b24d2426e426c78ae4207e4d9bd77b43 (patch) | |
tree | 8e2f90a1e0229652cd5e2fd88f341888c80378f4 /sw | |
parent | 102c6164cd3003f935f6a041113897d68cb83a27 (diff) |
SwWW8ImplReader::StartTable: remove pointless assert
This is a valid situation since commit
8fe8bd6c3b5b1a539b7370f8c457fa69c061d2de.
Change-Id: Iddb889e3fa05edcbe42cc4a9765ca29757f2195e
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/ww8par2.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/filter/ww8/ww8par2.cxx b/sw/source/filter/ww8/ww8par2.cxx index 81841d556083..887e5f4bf132 100644 --- a/sw/source/filter/ww8/ww8par2.cxx +++ b/sw/source/filter/ww8/ww8par2.cxx @@ -3385,11 +3385,6 @@ bool SwWW8ImplReader::StartTable(WW8_CP nStartCp) if( pTableDesc->Ok() ) { int nNewInTable = nInTable + 1; - if (InEqualApo(nNewInTable)) - { - OSL_ENSURE(pSFlyPara->pFlyFmt, - "how could we be in a local apo and have no apo"); - } if ((eAnchor == FLY_AT_CHAR) && !maTableStack.empty() && !InEqualApo(nNewInTable) ) |