[Libreoffice-bugs] [Bug 144743] FILEOPEN PPTX preset shape 'funnel' has some wrong points

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun Sep 26 21:10:26 UTC 2021


https://bugs.documentfoundation.org/show_bug.cgi?id=144743

--- Comment #1 from Regina Henschel <rb.henschel at t-online.de> ---
Created attachment 175289
  --> https://bugs.documentfoundation.org/attachment.cgi?id=175289&action=edit
needed change in oox-drawingml-cs-presets.diff

There is an error in oox-drawingml-cs-presets, see attached diff.
It has as 11. and 12. equation (count from 0)
"10800000+2-0"   which should corresponds to <gd name="swAng1" fmla="+- cd2 2da
0" />
and
which should corresponds to <gd name="swAng3" fmla="+- cd2 0 2da" />

2da is calculated in 9. equation

So the equations should be
10800000+?9-0
10800000+0-?9

I thought this file was generated. So I wonder how this error comes in. From
which source has the file been generated?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210926/614ae770/attachment.htm>


More information about the Libreoffice-bugs mailing list