# -*- 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,updatecheckui)) $(eval $(call gb_Library_set_include,updatecheckui,\ -I$(SRCDIR)/extensions/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Library_set_componentfile,updatecheckui,extensions/source/update/ui/updchk)) $(eval $(call gb_Library_use_external,updatecheckui,boost_headers)) $(eval $(call gb_Library_use_sdk_api,updatecheckui)) $(eval $(call gb_Library_use_libraries,updatecheckui,\ vcl \ tl \ comphelper \ cppuhelper \ cppu \ sal \ i18nlangtag \ )) $(eval $(call gb_Library_add_exception_objects,updatecheckui,\ extensions/source/update/ui/updatecheckui \ )) # vim:set noet sw=4 ts=4: /zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/bean/qa
AgeCommit message (Expand)Author
2019-04-09Fix typoAndrea Gelmini
2015-11-05java:avoid empty if statementsNoel Grandin
2015-06-15java: 'final static' to 'static final'Noel Grandin
2015-01-05java: remove dead codeNoel Grandin
2014-12-11java: reduce visibility of fields and methodsNoel Grandin
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin
2014-08-14java: remove commented out codeNoel Grandin
2014-08-13java: reduce scope, make fields privateNoel Grandin
2014-08-13java: reduce scope, make constructors privateNoel Grandin
2014-08-12java: reduce scope, make constants privateNoel Grandin
2014-08-12java: remove useless javadoc tagsNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-08add a comment so I don't have to figure out this classes purpose againNoel Grandin
2014-08-08java: code some code to use non-deprecated constructorsNoel Grandin
2014-08-05java: remove commented out codeNoel Grandin
2014-08-05java: remove various unused variablesNoel Grandin