# -*- 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_Module_Module,cli_ure)) ifeq ($(COM),MSC) ifneq ($(CPUNAME),AARCH64) $(eval $(call gb_Module_add_targets,cli_ure,\ CliLibrary_cli_basetypes \ CliLibrary_cli_ure \ CliNativeLibrary_cli_cppuhelper \ CliUnoApi_cli_uretypes \ CustomTarget_cli_ure_assemblies \ Executable_climaker \ Library_cli_cppuhelper_native \ Library_cli_uno \ Package_cli_basetypes_copy \ )) endif endif # vim: set noet sw=4 ts=4: is.form.submit();'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/ucb/Library_cached1.mk
4149ec63c980eab5808d'/>
AgeCommit message (Expand)Author
context:
space:
mode:
authorAlin Andrei Abahnencei <alinandrei2004@gmail.com>2024-12-20 19:10:10 +0200
committerMike Kaganski <mike.kaganski@collabora.com>2024-12-20 22:42:19 +0100
commit8391bd0ea4fb3a7f4cad4149ec63c980eab5808d (patch)
treec0b31b7efb642d8ff8ea9d0cd1cf561ff41fd163 /vcl/qt5/QtDoubleSpinBox.cxx
parent0c900b165d4d24c33942e8b59f85243706b93890 (diff)
tdf#163691 Use std::copy() instead of memmove()
Signed-off-by: Alin Andrei Abahnencei <alinandrei2004@gmail.com> Change-Id: I429aa29f97d3f7cc904cac5664b988548fe7f46c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178954 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>