https://bugs.documentfoundation.org/show_bug.cgi?id=163806
Bug ID: 163806
Summary: validation in unit tests has to consider the actual
ODF version
Product: LibreOffice
Version: 25.2.0.0 alpha0+
Hardware: All
OS: All
Status: UNCONFIRMED
Keywords: topicQA
Severity: normal
Priority: medium
Component: LibreOffice
Assignee: [email protected]
Reporter: [email protected]
Currently, validation (triggered by save() or saveAndReload) always tests
against the latest version even if SetODFDefaultVersion() has set the version
to SvtSaveOptions::ODFVER_013, for example.
If the latest version has a mandatory attribute or element that does not exist
in the previous version, the validation will fail. That is currently the case
for the new attributes draw:handle-position-x, draw:handle-position-y,
draw:handle-polar-pole-x and draw:handle-polar-pole-y.
So the request is to extend validation so, that the actual ODF version at time
of saving is considered.
--
You are receiving this mail because:
You are the assignee for the bug.