# -*- 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_UITest_UITest,calc_tests2)) $(eval $(call gb_UITest_add_modules,calc_tests2,$(SRCDIR)/sc/qa/uitest,\ calc_tests2/ \ )) $(eval $(call gb_UITest_set_defs,calc_tests2, \ TDOC="$(SRCDIR)/sc/qa/uitest/calc_tests/data" \ )) # vim: set noet sw=4 ts=4: 498dfaf6e4de Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112928 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
instead of rtl::Instance, which means it will get
cleaned up when UNO shuts down

Change-Id: I90f23e9439a7478e28cd466545ed498dfaf6e4de
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112928
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
unotools: create instances with uno constructors 2020-07-09T09:02:45+00:00 Noel Grandin noel.grandin@collabora.co.uk 2020-07-08T13:44:53+00:00 3cff8c64e916eac04332c91d0bd424d4459a960b See tdf#74608 for motivation Change-Id: I7a68484564aea9b416c12d5364d20ff8af77f40b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98380 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
See tdf#74608 for motivation

Change-Id: I7a68484564aea9b416c12d5364d20ff8af77f40b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98380
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>