fix brain malfunction
commitaff9ea4c77e3cdcee6713c84aca26e5b195c4f3d
authorNoel Grandin <noel.grandin@collabora.co.uk>
Tue, 18 Apr 2023 06:17:28 +0000 (18 08:17 +0200)
committerNoel Grandin <noel.grandin@collabora.co.uk>
Tue, 18 Apr 2023 10:21:36 +0000 (18 12:21 +0200)
tree9a9a51a9f5e4005e7ffc2a3de6eea4db75c4ff11
parent2424fa9c601003a9778bbc3a9cf0f55d33ead6f1
fix brain malfunction

in
    commit 01a3cc1e55034f7703219d4bbb209de7c37bf07b
    Author: Noel Grandin <noel.grandin@collabora.co.uk>
    Date:   Tue Nov 29 16:09:10 2022 +0200
    tdf#133343 collect autostyle prop names
    before scanning for autostyles. That way we can collect only the
    property state we are interested in, instead of all properties.

where I apparently wrote the code at the beginning of the call-chain
to collect autostyle prop names, and I wrote the code at the end of the
call-chain to filter on those names, but I never hooked it up in
the middle.

(which just means that the initial commit had no effect at all)

Unfortunately, fixing the middle part results in
unit test failures, so for now, just revert it.

Change-Id: Ia1d655f70d2f5a1656e910d45817c3c4627b85fb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150531
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
15 files changed:
include/xmloff/shapeexport.hxx
include/xmloff/xmlaustp.hxx
include/xmloff/xmlexppr.hxx
include/xmloff/xmlprmap.hxx
reportdesign/source/filter/xml/xmlExport.cxx
sc/source/filter/xml/xmlexprt.cxx
xmloff/source/chart/SchXMLExport.cxx
xmloff/source/draw/sdxmlexp.cxx
xmloff/source/draw/shapeexport.cxx
xmloff/source/style/impastpl.cxx
xmloff/source/style/impastpl.hxx
xmloff/source/style/xmlaustp.cxx
xmloff/source/style/xmlexppr.cxx
xmloff/source/style/xmlprmap.cxx
xmloff/source/text/txtparae.cxx