Kaydet (Commit) ffdc8780 authored tarafından Miklos Vajna's avatar Miklos Vajna

fix indentation

Change-Id: I93fffff150e76a20decf2dd418f4cbd2b7418735
üst 4c1e2c44
...@@ -451,9 +451,7 @@ void RtfSdrExport::impl_writeGraphic() ...@@ -451,9 +451,7 @@ void RtfSdrExport::impl_writeGraphic()
return; return;
} }
OString aURLBS(OUStringToOString(sGraphicURL, RTL_TEXTENCODING_UTF8)); OString aURLBS(OUStringToOString(sGraphicURL, RTL_TEXTENCODING_UTF8));
Graphic aGraphic = GraphicObject( Graphic aGraphic = GraphicObject(aURLBS.copy(RTL_CONSTASCII_LENGTH("vnd.sun.star.GraphicObject:"))).GetTransformedGraphic();
aURLBS.copy(RTL_CONSTASCII_LENGTH("vnd.sun.star.GraphicObject:")))
.GetTransformedGraphic();
// Export it to a stream. // Export it to a stream.
SvMemoryStream aStream; SvMemoryStream aStream;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment