Kaydet (Commit) 651756a5 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: statement aligned as ... [loplugin:bodynotinblock]

Change-Id: I4e3078ab29ff6ad2d89f68ef6413d2f3fb1fcb80
üst e12747c8
...@@ -400,7 +400,7 @@ void DrawingML::WriteGradientFill( Reference< XPropertySet > rXPropSet ) ...@@ -400,7 +400,7 @@ void DrawingML::WriteGradientFill( Reference< XPropertySet > rXPropSet )
FSEND ); FSEND );
} }
else else
switch( aGradient.Style ) { switch( aGradient.Style ) {
default: default:
case GradientStyle_LINEAR: case GradientStyle_LINEAR:
mpFS->startElementNS( XML_a, XML_gsLst, FSEND ); mpFS->startElementNS( XML_a, XML_gsLst, FSEND );
...@@ -438,7 +438,7 @@ void DrawingML::WriteGradientFill( Reference< XPropertySet > rXPropSet ) ...@@ -438,7 +438,7 @@ void DrawingML::WriteGradientFill( Reference< XPropertySet > rXPropSet )
XML_path, ( aGradient.Style == awt::GradientStyle_RADIAL || aGradient.Style == awt::GradientStyle_ELLIPTICAL ) ? "circle" : "rect", XML_path, ( aGradient.Style == awt::GradientStyle_RADIAL || aGradient.Style == awt::GradientStyle_ELLIPTICAL ) ? "circle" : "rect",
FSEND ); FSEND );
break; break;
} }
mpFS->endElementNS( XML_a, XML_gradFill ); mpFS->endElementNS( XML_a, XML_gradFill );
} }
......
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