Kaydet (Commit) fb4e16c9 authored tarafından Jacobo Aragunde Pérez's avatar Jacobo Aragunde Pérez

Trivial syntax fix

Change-Id: Icfcea4a4e86a85d67786d0a87d8d2eb665860e0e
üst b0e3c6b8
......@@ -230,7 +230,8 @@ void DrawingML::WriteSolidFill( OUString sSchemeName, sal_Int32 nAlpha )
}
else
{
WriteColor( sSchemeName );
Sequence< PropertyValue > aTransformations(0);
WriteColor( sSchemeName, aTransformations );
}
mpFS->endElementNS( XML_a, XML_solidFill );
}
......
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