# -*- 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/. # # Major Contributor(s): # Copyright (C) 2012 Radu Ioan (initial developer) # # All Rights Reserved. # # For minor contributions see the git repository. $(eval $(call gb_CppunitTest_CppunitTest,salhelper_testapi)) $(eval $(call gb_CppunitTest_add_exception_objects,salhelper_testapi,\ salhelper/qa/test_api \ salhelper/qa/timer \ )) $(eval $(call gb_CppunitTest_use_libraries,salhelper_testapi,\ salhelper \ sal \ )) # vim: set noet sw=4 ts=4: e-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/qa/extras/testdocuments/tdf146742.ods
diff options
context:
space:
mode:
authorStephan Bergmann <stephan.bergmann@allotropia.de>2025-01-08 17:17:11 +0100
committerStephan Bergmann <stephan.bergmann@allotropia.de>2025-01-08 19:33:25 +0100
commit325945a544f0b18fb763bfd955e196258cc70eb1 (patch)
tree99c3858441af38e6ad965f59d03bda3e134b108e /sc/qa/extras/testdocuments/tdf146742.ods
parentb57f1f7be140c5c69136e2b5c8b8826b1b27141a (diff)
Fix rudimentary Emscripten Qt6 copy -> paste support HEADmaster
...following up on 5a4ca3ce934ca3f34669bc66b8941544aef1bc89 "Rudimentary Emscripten copy -> paste support" (which had addressed both Qt5 and Qt6, in general) Change-Id: I45dbea5cf852c126cdf0509f9cdef7218d2a8eda Reviewed-on: https://gerrit.libreoffice.org/c/core/+/179962 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>