fix indentation
Change-Id: I93fffff150e76a20decf2dd418f4cbd2b7418735
This commit is contained in:
parent
4c1e2c4468
commit
ffdc8780eb
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue