# -*- 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_CppunitTest_CppunitTest,binaryurp_test-unmarshal)) $(eval $(call gb_CppunitTest_use_external,binaryurp_test-unmarshal,boost_headers)) $(eval $(call gb_CppunitTest_use_libraries,binaryurp_test-unmarshal,\ cppu \ cppuhelper \ sal \ salhelper \ )) $(eval $(call gb_CppunitTest_use_library_objects,binaryurp_test-unmarshal,\ binaryurp \ )) $(eval $(call gb_CppunitTest_use_api,binaryurp_test-unmarshal,\ udkapi \ )) $(eval $(call gb_CppunitTest_add_exception_objects,binaryurp_test-unmarshal,\ binaryurp/qa/test-unmarshal \ )) # vim: set noet sw=4 ts=4: a-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cui/source/options/optjava.cxx
AgeCommit message (Expand)Author
2020-11-30tdf#135367 enable_toggle_buttons sets SvTreeFlags::CHKBTNCaolán McNamara
2020-11-30rework treeview initial toggle button col to be like expander colCaolán McNamara
2020-09-19Always display highlighted JRE's locationStephan Bergmann
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-09-09 23:32:59 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-09-13 09:04:55 +0200
commit9784934cb9054e7aa7b1574f926a555b107a31c8 (patch)
tree9274df9080e681431cc61e8052579b2d4f3e39b4 /svx/source/unodraw/unoshap4.cxx
parentfb7c57aa0fbe1e1b627fc3e6616b5bb8ed0a92b0 (diff)
tdf#42949 Fix IWYU warnings in include/ucbhelper/*