Need help for unit tests

Miklos Vajna vmiklos at collabora.com
Mon Jul 27 07:20:07 UTC 2020


Hi Regina,

I guess the problem is that static counter in

oox/source/export/shapes.cxx:1970

This could be improved to do the same way as the DOCX export does in

sw/source/filter/ww8/docxattributeoutput.cxx:5165

i.e. do not have a static counter, rather make the counter a member of
the exporter class.

That way you would always get chart1.xml for the first chart of the
document on save.

Regards,

Miklos


More information about the LibreOffice mailing list