# -*- 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_StaticLibrary_StaticLibrary,quickstarter)) $(eval $(call gb_StaticLibrary_add_defs,quickstarter,\ -U_DLL \ )) $(eval $(call gb_StaticLibrary_add_cxxflags,quickstarter,\ $(if $(MSVC_USE_DEBUG_RUNTIME),/MTd,/MT) \ )) $(eval $(call gb_StaticLibrary_add_exception_objects,quickstarter,\ setup_native/source/win32/customactions/quickstarter/quickstarter \ )) # vim: set noet sw=4 ts=4: a69beda2e6f63d0e16f46c86d0542e248421'/> LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2018-10-03 19:30:29 +0200
committerAndras Timar <andras.timar@collabora.com>2018-10-18 16:34:54 +0200
commitd5dfa69beda2e6f63d0e16f46c86d0542e248421 (patch)
tree0ae47febead3dde21944d8ec310e4b0c938034b2
parent8a1ad730f1f66399c4e53097535ba2bd8e36e996 (diff)
update translations for 6.0.7 rc1
Change-Id: I3d8c568a8fd73465e47c0334ad02679652128020
Diffstat
re/sparklines
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/oox/source/core/recordparser.cxx
AgeCommit message (Expand)Author
2022-08-02clang-tidy modernize-pass-by-value in ooxNoel Grandin