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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Feb 5 21:38:33 UTC 2019


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

New commits:
commit 2877657777926dbc66f4844cc94e37e74fd546cd
Author:     Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Tue Feb 5 19:03:43 2019 +0100
Commit:     Xisco FaulĂ­ <xiscofauli at libreoffice.org>
CommitDate: Tue Feb 5 22:38:12 2019 +0100

    Remove code committed involuntarily.
    
    Follow-up of a7da594593eb2d63004a91dc471683713ce9742a
    
    Change-Id: I7e252f9a881b2ac1098bc21bd193f66d32404056
    Reviewed-on: https://gerrit.libreoffice.org/67423
    Tested-by: Jenkins
    Reviewed-by: Xisco FaulĂ­ <xiscofauli at libreoffice.org>

diff --git a/xmloff/source/core/xmlexp.cxx b/xmloff/source/core/xmlexp.cxx
index 03edbb51b731..c5fbcc2fa4b8 100644
--- a/xmloff/source/core/xmlexp.cxx
+++ b/xmloff/source/core/xmlexp.cxx
@@ -1912,9 +1912,6 @@ bool SvXMLExport::AddEmbeddedXGraphicAsBase64(uno::Reference<graphic::XGraphic>
                 XMLBase64Export aBase64Exp(*this);
                 return aBase64Exp.exportOfficeBinaryDataElement(xInputStream);
             }
-
-            XMLBase64Export aBase64Exp(*this);
-            return aBase64Exp.exportOfficeBinaryDataElement(xInputStream);
         }
     }
 


More information about the Libreoffice-commits mailing list