# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version # 1.1 (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # The Initial Developer of the Original Code is # Norbert Thiebaud (C) 2010, All Rights Reserved. # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 3 or later (the "GPLv3+"), or # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. $(eval $(call gb_Module_Module,starmath)) $(eval $(call gb_Module_add_targets,starmath,\ AllLangResTarget_sm \ Library_sm \ Library_smd \ Package_uiconfig \ UI_smath \ )) #$(eval $(call gb_Module_add_check_targets,starmath,\ # CppunitTest_starmath_qa_cppunit \ #)) $(eval $(call gb_Module_add_subsequentcheck_targets,starmath,\ JunitTest_starmath_unoapi \ )) # vim: set noet sw=4 ts=4: /libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-06-01 11:35:21 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-06-01 15:21:18 +0100
commit7b9449986d841e2649e24a3045e6b821e4016438 (patch)
treeec307e689fa220880b665efa0e6f16c5a4dd37fb
parent45bc378eada1f8e3779797753b01ae2f037a3eeb (diff)
use tunnel pattern here
le='2016-03-04 11:24:27 +0000'>2016-03-04coverity#1326333 Unguarded writeCaolán McNamara 2016-02-05Fix typosAndrea Gelmini 2016-02-05officebeans: RVP no longer used, only local used nowChris Sherlock 2016-01-05Fix typosAndrea Gelmini 2015-12-03Add build toolchain to upload LibreOffice API to Maven CentralDavid Ostrovsky 2015-12-01Expose metadata to deploy LibreOffice artifacts on Maven CentralDavid Ostrovsky 2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin 2015-11-05java:avoid empty if statementsNoel Grandin 2015-10-22coverity#1328488 DLS: Dead local storeCaolán McNamara 2015-10-20coverity#1326431 Dereference null return valueCaolán McNamara 2015-10-16cid#1326334 Unguarded readNoel Grandin 2015-10-15coverity#1326731 Dm: Dubious method usedCaolán McNamara 2015-10-15cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin 2015-10-14cid#1326360 Data race conditionNoel Grandin 2015-10-14cid#1326347 Check of thread-shared field evades lock acquisitionNoel Grandin 2015-10-02Fix typosAndrea Gelmini