# -*- 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,affine_uno_uno)) $(eval $(call gb_Library_use_udk_api,affine_uno_uno)) $(eval $(call gb_Library_use_libraries,affine_uno_uno,\ purpenvhelper \ sal \ )) $(eval $(call gb_Library_add_exception_objects,affine_uno_uno,\ cppu/source/AffineBridge/AffineBridge \ )) # vim: set noet sw=4 ts=4: t'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/avmedia/avmediadllapi.h
AgeCommit message (Collapse)Author
2023-01-30tdf#143148 Use pragma once instead of include guardsAdoche Onaji
The headers in include/avmedia are changed to pragma once Change-Id: Id32159a291cbe2f18199e0e5b7e63b4feb2e591f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146312 Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2020-11-21tdf#123936 Formatting files in module include with clang-formatPhilipp Hofer
Change-Id: I0507dd797cd5a35e0ae14f4b69ee4e172d08a71a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105681 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Jenkins