writerfilter/source/dmapper/DomainMapper_Impl.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit e55a5db74cc51ad5cba24d3872948becc4205d81
Author:     Justin Luth <justin.l...@collabora.com>
AuthorDate: Thu Feb 16 18:49:25 2023 -0500
Commit:     Justin Luth <jl...@mail.com>
CommitDate: Fri Feb 17 00:37:51 2023 +0000

    Revert "assert commit looking for example document to test theory."
    
    This reverts commit a942e6e5ecfdd9ff83fc7febb8234c8f0e2813db.
    
    I downloaded the crashtest URL results with wget -r,
    and then gathered the identified documents with
    
    grep writerfilter/source/dmapper/DomainMapper_Impl.cxx:303 * -l \
        | xargs grep aRealURL
    
    Change-Id: I0a4736af9c1f9be0e4897806538695d7a4b2c170
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147181
    Tested-by: Jenkins
    Reviewed-by: Justin Luth <jl...@mail.com>

diff --git a/writerfilter/source/dmapper/DomainMapper_Impl.cxx 
b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
index b282742e7311..128e97b522d1 100644
--- a/writerfilter/source/dmapper/DomainMapper_Impl.cxx
+++ b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
@@ -299,9 +299,6 @@ static bool IsFieldNestingAllowed(const FieldContextPtr& 
pOuter, const FieldCont
                     return false;
                 }
                 default:
-                    SAL_WARN("writerfilter","found 
field["<<*pInner->GetFieldId()<<"] defined in FieldTypes.hxx");
-                    assert(false && "looking for example documents using { IF 
} with fields for condition or result");
-                    return false;
                     break;
             }
             break;

Reply via email to