From ffdc8780eba3ec34e502b01b9a54401627ee25c5 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 14 Aug 2014 13:53:46 +0200 Subject: [PATCH] fix indentation Change-Id: I93fffff150e76a20decf2dd418f4cbd2b7418735 --- sw/source/filter/ww8/rtfsdrexport.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sw/source/filter/ww8/rtfsdrexport.cxx b/sw/source/filter/ww8/rtfsdrexport.cxx index b32dae2fc3b8..2b8e5fb9f9cc 100644 --- a/sw/source/filter/ww8/rtfsdrexport.cxx +++ b/sw/source/filter/ww8/rtfsdrexport.cxx @@ -451,9 +451,7 @@ void RtfSdrExport::impl_writeGraphic() return; } OString aURLBS(OUStringToOString(sGraphicURL, RTL_TEXTENCODING_UTF8)); - Graphic aGraphic = GraphicObject( - aURLBS.copy(RTL_CONSTASCII_LENGTH("vnd.sun.star.GraphicObject:"))) - .GetTransformedGraphic(); + Graphic aGraphic = GraphicObject(aURLBS.copy(RTL_CONSTASCII_LENGTH("vnd.sun.star.GraphicObject:"))).GetTransformedGraphic(); // Export it to a stream. SvMemoryStream aStream;