diff options
author | Regényi Balázs <regenyi.balazs@nisz.hu> | 2020-09-14 13:47:03 +0200 |
---|---|---|
committer | László Németh <nemeth@numbertext.org> | 2020-09-16 15:21:20 +0200 |
commit | 366dcf137287216ee9966f0430ddb12e48e2665d (patch) | |
tree | d511175c1118369626bb4df300f0c9995c87e955 /oox | |
parent | 17984bf6a57b2c445c2fb9a748e90a74981fcdc8 (diff) |
clean-up of commit 83c30743eaf44d8eded4a73e3ac2585b5bdbaffc
Change-Id: Ic49b9337e6accea6c9045f1da377eafcb683a1c5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102721
Reviewed-by: László Németh <nemeth@numbertext.org>
Tested-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/export/drawingml.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/oox/source/export/drawingml.cxx b/oox/source/export/drawingml.cxx index 605e85ffa087..2669018d3906 100644 --- a/oox/source/export/drawingml.cxx +++ b/oox/source/export/drawingml.cxx @@ -926,17 +926,6 @@ void DrawingML::WriteOutline( const Reference<XPropertySet>& rXPropSet, Referenc // the line had a scheme color and the user didn't change it WriteSolidFill( sColorFillScheme, aTransformations ); } - // tdf#77236: I do not understand why this condition is required. - // The original docx document of bug tdf#77236 includes the native colors in both places, - // so, I think, we can export this color too (not only schema ones). - //else if( aStyleProperties.hasElements() ) - //{ - // if( nColor != nStyleColor ) - // // the line style defines some color but it wasn't being used - // WriteSolidFill( nColor ); - // // in case the shape used the style color and the user didn't change it, - // // we must not write a <a: solidFill> tag. - //} else { WriteSolidFill( nColor, nColorAlpha ); |