# -*- 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/. # include $(SRCDIR)/vcl/commonfuzzer.mk $(eval $(call gb_Executable_Executable,pcdfuzzer)) $(eval $(call gb_Executable_use_api,pcdfuzzer,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_externals,pcdfuzzer,\ $(fuzzer_externals) \ )) $(eval $(call gb_Executable_set_include,pcdfuzzer,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,pcdfuzzer,\ $(fuzzer_core_libraries) \ )) $(eval $(call gb_Executable_use_static_libraries,pcdfuzzer,\ $(fuzzer_statics) \ )) $(eval $(call gb_Executable_add_exception_objects,pcdfuzzer,\ vcl/workben/pcdfuzzer \ )) $(eval $(call gb_Executable_add_libs,pcdfuzzer,\ $(LIB_FUZZING_ENGINE) \ )) # vim: set noet sw=4 ts=4: LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScAccessiblePageHeaderArea.java
diff options
context:
space:
mode:
authorBalazs Varga <balazs.varga.extern@allotropia.de>2024-12-20 14:46:24 +0100
committerBalazs Varga <balazs.varga.extern@allotropia.de>2024-12-23 09:45:58 +0100
commit78dbd341bb5023448af2c3eefceb5a840fd6d8d9 (patch)
tree244d43ec5bbe1f7dd9e6fae971a9b2ee8aea8781 /qadevOOo/tests/java/mod/_sc/ScAccessiblePageHeaderArea.java
parente6d71b9381aba8531c0ebf635c11508e5389fdc6 (diff)
tdf#164383 - sw a11y fix unnecessary "Avoid simulated captions" warning HEADmaster
for caption frame. We should not have "Avoid simulated captions" warning about correct captions. Change-Id: I57fe53c5f9e1aa2affe0aec6520d1d6eed5d6990 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178927 Tested-by: Jenkins Tested-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de> Reviewed-by: Balazs Varga <balazs.varga.extern@allotropia.de>