Kaydet (Commit) 2d215cec authored tarafından Marco Cecchetti's avatar Marco Cecchetti Kaydeden (comit) Michael Meeks

Fixed a bug due to conflicts with Casarin's commit.

Change-Id: I5226a55ba804d494a8c9c9c9b5cd7ed3889eafbf
üst 07254e70
......@@ -1415,7 +1415,7 @@ void SVGTextWriter::implWriteEmbeddedBitmaps()
// <g id="?" > (used by animations)
{
// embedded bitmap id
const sal_uInt32 nId = SVGActionWriter::GetChecksum( pAction );
nId = SVGActionWriter::GetChecksum( pAction );
sId = "embedded-bitmap(";
sId += msShapeId;
sId += ".";
......
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