# -*- 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_Library_Library,avmediagst)) $(eval $(call gb_Library_set_componentfile,avmediagst,avmedia/source/gstreamer/avmediagstreamer,services)) $(eval $(call gb_Library_set_include,avmediagst,\ $$(INCLUDE) \ -I$(SRCDIR)/avmedia/source/inc \ $(GSTREAMER_1_0_CFLAGS) \ )) $(eval $(call gb_Library_add_libs,avmediagst,\ $(GSTREAMER_1_0_LIBS) \ )) $(eval $(call gb_Library_use_external,avmediagst,boost_headers)) $(eval $(call gb_Library_use_sdk_api,avmediagst)) $(eval $(call gb_Library_use_libraries,avmediagst,\ comphelper \ cppu \ cppuhelper \ sal \ salhelper \ tl \ vcl \ avmedia \ )) $(eval $(call gb_Library_add_exception_objects,avmediagst,\ avmedia/source/gstreamer/gstmanager \ avmedia/source/gstreamer/gstplayer \ avmedia/source/gstreamer/gstwindow \ avmedia/source/gstreamer/gstframegrabber \ )) # vim: set noet sw=4 ts=4: on value='distro/cib/libreoffice-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/form/_FormControlModel.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/ifc/form/_FormControlModel.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>