# -*- 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_Rdb_Rdb,passive_platform)) $(eval $(call gb_Rdb_add_components,passive_platform, \ desktop/test/deployment/passive/passive_native \ )) # vim: set noet sw=4 ts=4: re' href='/cgit/lo/core/'>lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2024-09-20 13:47:06 +0500
committerMike Kaganski <mike.kaganski@collabora.com>2024-09-20 13:23:59 +0200
commit2469e69af85bb5fa03f38f85801f4cdda29e5f54 (patch)
tree6a9a0e3a987fdca9f6fead1cb95032bcc94e2506
parent66cf2087187651c10293472ae139c366f38cb1a3 (diff)
Make sure to have a graphic here
Commit 8872f7121b4ae4dd0b51820366d3510a88f7aac2 (crashtesting: crash on exporting kde274105-6.docx to .rtf, 2024-03-27) made sure to provide a graphic in all cases, to avoid crashes revealed by crashtesting. In commit f317746f55044927a180657f81e21d662102b0c5, I removed that. This reinstates the safety measure for cases when there's no graphic yet. Change-Id: Ida3eecd5c7ccff087c2ca8b6076ca01b8a145adc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173697 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>