# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Package_Package,uno_sh,$(SRCDIR)/cpputools/scripts)) ifneq (,$(filter-out MACOSX WNT,$(OS))) $(eval $(call gb_Package_add_file,uno_sh,$(LIBO_URE_BIN_FOLDER)/uno,uno.sh)) endif # vim:set noet sw=4 ts=4: ='lo/core' href='/cgit/lo/core/'>lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorJustin Luth <justin.luth@collabora.com>2024-11-02 19:22:13 -0400
committerXisco Fauli <xiscofauli@libreoffice.org>2024-11-04 08:46:59 +0100
commitdde3872271389172a45cefc1eecff70f4ccb46b0 (patch)
tree064e0129295ce69001996f0d67af315f261afc20 /sw
parent8e37f8ab3798fbaad92179ad745962c62bb0fd73 (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>