diff options
author | Justin Luth <justin.luth@collabora.com> | 2024-11-02 19:22:13 -0400 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2024-11-04 08:46:59 +0100 |
commit | dde3872271389172a45cefc1eecff70f4ccb46b0 (patch) | |
tree | 064e0129295ce69001996f0d67af315f261afc20 /sw | |
parent | 8e37f8ab3798fbaad92179ad745962c62bb0fd73 (diff) |
tdf#161349 writerfilter: only copy page background vml fill
This fixes my 24.8 regression.
I had this clause in earlier versions of the patchset,
but it moved along with most of the other logic
to the initialization of the default page style.
However, I certainly need to limit copying the properties
of the default page style to ONLY the fill properties here as well.
Change-Id: I168f13ebeea3720eba53703210314f069fb87ae2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175963
Reviewed-by: Justin Luth <jluth@mail.com>
Tested-by: Jenkins
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175965
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>