# -*- 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_Module_Module,idlc)) # if not cross-compiling or we need this for ODK ifneq (,$(if $(CROSS_COMPILING),,T)$(filter ODK,$(BUILD_TYPE))) $(eval $(call gb_Module_add_targets,idlc,\ Executable_idlc \ )) $(eval $(call gb_Module_add_check_targets,idlc,\ CustomTarget_parser_test \ )) endif # vim:set noet sw=4 ts=4: s='form'>
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/icon-themes/breeze/cmd/lc_bezierfill.png
AgeCommit message (Expand)Author
2019-06-30Breeze: Fix for tdf#126155, tdf#124127, tdf#89884,Rizal Muttaqin
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-02-28 00:49:17 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-03-02 10:55:00 +0100
commit00bcbbf86d94792b11bbcc11b86acf8f63e34ae4 (patch)
tree2634c4e66a1346dd1f1853dfc10027e129eb7c67 /svx/source/svdraw/svdglev.cxx
parent068c133ac41c97652909b88c432e3b73010efc3e (diff)
tdf#42949 Fix IWYU warnings in svx/source/s*/*cxx
Except for already done svx/source/sdr/ Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I1c4b34cf42aa9faa2f7de36fe1602059460c6c1f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89656 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>