# -*- 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,lockfile)) $(eval $(call gb_Executable_set_include,lockfile, \ -I$(SRCDIR)/solenv/lockfile \ -I$(BUILDDIR)/solenv/lockfile \ )) $(eval $(call gb_Executable_add_cobjects,lockfile, \ solenv/lockfile/dotlockfile \ solenv/lockfile/lockfile \ , $(gb_COMPILEROPTFLAGS) \ )) # vim: set noet sw=4 ts=4: lue='3068ab9a2c9307cbea2efa2b6924ce427bb54466'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/jvmfwk
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2021-10-05 20:42:00 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-10-05 22:22:55 +0200
commit3068ab9a2c9307cbea2efa2b6924ce427bb54466 (patch)
tree0ac8aab930ab06eae12247e629272257fa1cbcf7 /jvmfwk
parentb35b1dca3a734739a9780c17331b8368d7df7657 (diff)
drop 'using namespace std' in h* i* j*
Change-Id: I3c28651779f17e1a410505ffaa863b4773037ccf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123119 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>