diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-02-05 10:52:34 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-02-05 10:52:34 +0200 |
commit | 651756a5f40b6340518e97a31113cb59438ab40d (patch) | |
tree | ca917c95fa0e9735b0b1679bd23eb156d6290e48 /oox | |
parent | e12747c8cfefdb58bb0172bd84c085a27ef68d3f (diff) |
WaE: statement aligned as ... [loplugin:bodynotinblock]
Change-Id: I4e3078ab29ff6ad2d89f68ef6413d2f3fb1fcb80
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/export/drawingml.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/export/drawingml.cxx b/oox/source/export/drawingml.cxx index a7c1f383d2ac..4571146ed8e0 100644 --- a/oox/source/export/drawingml.cxx +++ b/oox/source/export/drawingml.cxx @@ -400,7 +400,7 @@ void DrawingML::WriteGradientFill( Reference< XPropertySet > rXPropSet ) FSEND ); } else - switch( aGradient.Style ) { + switch( aGradient.Style ) { default: case GradientStyle_LINEAR: mpFS->startElementNS( XML_a, XML_gsLst, FSEND ); @@ -438,7 +438,7 @@ void DrawingML::WriteGradientFill( Reference< XPropertySet > rXPropSet ) XML_path, ( aGradient.Style == awt::GradientStyle_RADIAL || aGradient.Style == awt::GradientStyle_ELLIPTICAL ) ? "circle" : "rect", FSEND ); break; - } + } mpFS->endElementNS( XML_a, XML_gradFill ); } |