Kaydet (Commit) 1779d2a3 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

nasty merge error

Change-Id: I5afaf03c5aee417ea40cea65b2ac51dde7c35918
üst 18837a11
...@@ -349,6 +349,7 @@ void DrawingML::WriteGradientFill( Reference< XPropertySet > rXPropSet ) ...@@ -349,6 +349,7 @@ void DrawingML::WriteGradientFill( Reference< XPropertySet > rXPropSet )
mpFS->endElementNS( XML_a, XML_gradFill ); mpFS->endElementNS( XML_a, XML_gradFill );
} }
} }
void DrawingML::WriteGrabBagGradientFill( Sequence< PropertyValue > aGradientStops, awt::Gradient rGradient ) void DrawingML::WriteGrabBagGradientFill( Sequence< PropertyValue > aGradientStops, awt::Gradient rGradient )
{ {
// write back the original gradient // write back the original gradient
...@@ -440,7 +441,6 @@ void DrawingML::WriteGradientFill( awt::Gradient rGradient ) ...@@ -440,7 +441,6 @@ void DrawingML::WriteGradientFill( awt::Gradient rGradient )
FSEND ); FSEND );
break; break;
} }
mpFS->endElementNS( XML_a, XML_gradFill );
} }
void DrawingML::WriteLineArrow( Reference< XPropertySet > rXPropSet, sal_Bool bLineStart ) void DrawingML::WriteLineArrow( Reference< XPropertySet > rXPropSet, sal_Bool bLineStart )
......
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