xmloff/source/core/xmlexp.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit c87e0938b3ee9f4c1f87c4ec53f3e94a022fe6f0
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Fri Apr 9 12:43:59 2021 +0200
Commit:     Mike Kaganski <mike.kagan...@collabora.com>
CommitDate: Fri Apr 9 15:17:18 2021 +0200

    Remove duplicating call
    
    ... introduced in 14ee634e9cca474cacccd8872d5fdf46ea53f108
    and obsoleted by 8a32a014fbf336ce32e4a1d4b95c4d286029ea4c
    shortly after.
    
    Change-Id: Iae2f4004212ecb2fe9f1ecac94c8d9c520a77000
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113770
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com>

diff --git a/xmloff/source/core/xmlexp.cxx b/xmloff/source/core/xmlexp.cxx
index 3d20d3e33f41..32312229c1a9 100644
--- a/xmloff/source/core/xmlexp.cxx
+++ b/xmloff/source/core/xmlexp.cxx
@@ -1152,8 +1152,6 @@ void SvXMLExport::ImplExportContent()
 {
     CheckAttrList();
 
-    CheckAttrList();
-
     {
         SvXMLElementExport aElement( *this, XML_NAMESPACE_OFFICE, XML_BODY,
                                   true, true );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to