From 2877657777926dbc66f4844cc94e37e74fd546cd Mon Sep 17 00:00:00 2001 From: Xisco Fauli Date: Tue, 5 Feb 2019 19:03:43 +0100 Subject: [PATCH] Remove code committed involuntarily. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Follow-up of a7da594593eb2d63004a91dc471683713ce9742a Change-Id: I7e252f9a881b2ac1098bc21bd193f66d32404056 Reviewed-on: https://gerrit.libreoffice.org/67423 Tested-by: Jenkins Reviewed-by: Xisco FaulĂ­ --- xmloff/source/core/xmlexp.cxx | 3 --- 1 file changed, 3 deletions(-) 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 XMLBase64Export aBase64Exp(*this); return aBase64Exp.exportOfficeBinaryDataElement(xInputStream); } - - XMLBase64Export aBase64Exp(*this); - return aBase64Exp.exportOfficeBinaryDataElement(xInputStream); } } -- 2.11.4.GIT