[Libreoffice-commits] core.git: sw/source

Miklos Vajna vmiklos at suse.cz
Wed May 22 10:30:52 PDT 2013


 sw/source/filter/ww8/ww8par2.cxx |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit c1064997b24d2426e426c78ae4207e4d9bd77b43
Author: Miklos Vajna <vmiklos at suse.cz>
Date:   Wed May 22 19:26:32 2013 +0200

    SwWW8ImplReader::StartTable: remove pointless assert
    
    This is a valid situation since commit
    8fe8bd6c3b5b1a539b7370f8c457fa69c061d2de.
    
    Change-Id: Iddb889e3fa05edcbe42cc4a9765ca29757f2195e

diff --git a/sw/source/filter/ww8/ww8par2.cxx b/sw/source/filter/ww8/ww8par2.cxx
index 81841d5..887e5f4 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) )


More information about the Libreoffice-commits mailing list