# -*- 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 or as specified alternatively below. 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. # # Major Contributor(s): # Copyright (C) 2012 Red Hat, Inc., David Tardon # (initial developer) # # All Rights Reserved. # # For minor contributions see the git repository. # # 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_Library_Library,namingservice)) $(eval $(call gb_Library_use_internal_api,namingservice,\ namingservice \ )) $(eval $(call gb_Library_use_libraries,namingservice,\ cppu \ cppuhelper \ sal \ $(gb_STDLIBS) \ )) $(eval $(call gb_Library_set_componentfile,namingservice,stoc/source/namingservice/namingservice)) $(eval $(call gb_Library_add_exception_objects,namingservice,\ stoc/source/namingservice/namingservice \ )) # vim:set shiftwidth=4 softtabstop=4 expandtab: eoffice-6-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/nlpsolver
AgeCommit message (Expand)Author
2016-01-21coverity#1326449 Dereference null return valueCaolán McNamara
2016-01-10Fix typosAndrea Gelmini
2015-11-04coverity#1327027 SIC: Inner class could be made staticCaolán McNamara
2015-10-21More plausible fixStephan Bergmann
2015-10-15coverity#1326260 Explicit null dereferencedCaolán McNamara
2015-10-15cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin
2015-10-14cid#1326608,cid#1326609 CN: Bad implementation of cloneable idiomNoel Grandin
2015-10-01Fix typosAndrea Gelmini
2015-10-01Fix typosAndrea Gelmini
2015-09-18Fix typosAndrea Gelmini
2015-06-30Fix typosAndrea Gelmini
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin