diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2019-02-05 19:03:43 +0100 |
---|---|---|
committer | Xisco Faulí <xiscofauli@libreoffice.org> | 2019-02-05 22:38:12 +0100 |
commit | 2877657777926dbc66f4844cc94e37e74fd546cd (patch) | |
tree | f303b6fdf8aebc4997625e0071f60d3532de73c9 /xmloff/source | |
parent | 46c645bf4e9909f5296e75028f1f5434e83942d2 (diff) |
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@libreoffice.org>
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/core/xmlexp.cxx | 3 |
1 files changed, 0 insertions, 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<graphic::XGraphic> XMLBase64Export aBase64Exp(*this); return aBase64Exp.exportOfficeBinaryDataElement(xInputStream); } - - XMLBase64Export aBase64Exp(*this); - return aBase64Exp.exportOfficeBinaryDataElement(xInputStream); } } |