# -*- 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,gencoll_rule)) $(eval $(call gb_Executable_set_include,gencoll_rule,\ $$(INCLUDE) \ -I$(SRCDIR)/i18npool/inc \ )) $(eval $(call gb_Executable_use_libraries,gencoll_rule,\ sal \ )) $(eval $(call gb_Executable_use_externals,gencoll_rule,\ icui18n \ icuuc \ $(if $(filter TRUE,$(DISABLE_DYNLOADING)),icudata) \ icu_headers \ )) $(eval $(call gb_Executable_add_exception_objects,gencoll_rule,\ i18npool/source/collator/gencoll_rule \ )) # vim: set noet sw=4 ts=4: o/CN/libreoffice-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/bean/test
AgeCommit message (Expand)Author
2020-05-06Move all public Java classes to libreoffice.jarSamuel Mehrbrodt
2020-02-04tdf#117331 Merge jurt and unoil into ridlSamuel Mehrbrodt
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin
2015-06-09java:Non-synchronized method should not override a synchronized methodNoel Grandin
2014-11-18java: fix some raw types warningsNoel Grandin
2014-09-17bean: unchecked call to getMethod() as a member of the raw type ClassRobert Antoni Buj i Gelonch
2014-09-15bean: use a non-varargs call for a stopOOoConnection method invocationrbuj
2014-08-14java: remove commented out codeNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-05java: remove unused fieldsNoel Grandin
2014-08-05java: remove various unused variablesNoel Grandin