# -*- 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_Jar_Jar,MemoryUsage)) $(eval $(call gb_Jar_use_jars,MemoryUsage,\ juh \ jurt \ ridl \ unoil \ )) $(eval $(call gb_Jar_add_sourcefiles,MemoryUsage,\ scripting/examples/java/MemoryUsage/MemoryUsage \ )) $(eval $(call gb_Jar_set_packageroot,MemoryUsage,org)) # vim: set noet sw=4 ts=4: ='id' value='f4e1642a1761d5eab6ccdd89928869c2b2f1528a'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/null
AgeCommit message (Expand)Author
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-01-12RTL_CONSTASCII_(U)STRINGPARAM removed in vcl/[source,null]Chr. Rossmanith
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks