# -*- 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,jvmaccess)) $(eval $(call gb_Library_add_defs,jvmaccess,\ -DJVMACCESS_DLLIMPLEMENTATION \ )) $(eval $(call gb_Library_use_api,jvmaccess,\ udkapi \ )) $(eval $(call gb_Library_use_libraries,jvmaccess,\ cppu \ sal \ salhelper \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_exception_objects,jvmaccess,\ jvmaccess/source/classpath \ jvmaccess/source/unovirtualmachine \ jvmaccess/source/virtualmachine \ )) # vim:set noet sw=4 ts=4: N/libreoffice-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2017-10-27 17:56:19 +0200
committerEike Rathke <erack@redhat.com>2017-10-27 18:29:44 +0200
commitdc520c7759fde6e765afece23b78b5ca6dece5b1 (patch)
treeb76654278e163efd046feed6389ba27e40ea21c8
parentdcf0877cd04280e598943ecfe299cf7360971056 (diff)
Handle decimalSeparatorAlternative in BASIC ImpScan,..., tdf#81671
Change-Id: I73ff2bf624ba7c8d88c9419a109c340806bd31f5