# -*- 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_Executable_Executable,svptest)) $(eval $(call gb_Executable_use_api,svptest,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_set_include,svptest,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,svptest,\ tl \ sal \ vcl \ cppu \ cppuhelper \ comphelper \ )) $(eval $(call gb_Executable_add_exception_objects,svptest,\ vcl/workben/svptest \ )) # vim: set noet sw=4 ts=4: o/CN/libreoffice-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/oox/inc/drawingml/table/tablecellcontext.hxx
AgeCommit message (Expand)Author
2021-11-03loplugin:finalclassesNoel Grandin
2020-11-19tdf#123936 Formatting files in module oox with clang-formatPhilipp Hofer
2020-05-09compact namespace in i18npool..ooxNoel Grandin
2020-03-09tdf#42949 Fix IWYU warnings in oox/*/*hxxGabor Kelemen
2017-07-31loplugin:constparams in ooxNoel Grandin