# -*- 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_CppunitTest_CppunitScreenShot,svx_gallery_test)) $(eval $(call gb_CppunitTest_add_exception_objects,svx_gallery_test, \ svx/qa/unit/gallery/test_gallery \ )) $(eval $(call gb_CppunitTest_set_include,svx_gallery_test,\ -I$(SRCDIR)/svx/source/inc \ -I$(SRCDIR)/svx/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_libraries,svx_gallery_test, \ sal \ utl \ svxcore \ comphelper \ tl \ svl \ sfx \ unotest \ test \ )) $(eval $(call gb_CppunitTest_use_externals,svx_gallery_test,boost_headers)) $(eval $(call gb_CppunitTest_use_vcl,svx_gallery_test)) $(eval $(call gb_CppunitTest_use_sdk_api,svx_gallery_test)) $(eval $(call gb_CppunitTest_use_configuration,svx_gallery_test)) $(eval $(call gb_CppunitTest_use_rdb,svx_gallery_test,services)) $(eval $(call gb_CppunitTest_use_ure,svx_gallery_test)) # vim: set noet sw=4 ts=4: ro/cib/libreoffice-5-3'>distro/cib/libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external/ct2n/README
td>
AgeCommit message (Expand)Author
2022-04-26Drop unused CT2N extensionGabor Kelemen
2021-07-07tdf#133368: update extensions website URLs and use httpsStéphane Guillou
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-03-15 11:57:18 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-03-16 08:24:49 +0100
commita47baea83f761937f5b8b5ed0ee142d3e04386d4 (patch)
treed73cc352deef9a6f41c1a41026f38d61b20f59e8 /smoketest/Library_smoketest.mk
parentb4b2d7dd3eb210eb77c8f53e604a5d308282ee99 (diff)
loplugin:useuniqueptr in SmCategoryDesc
Change-Id: I4a6be3c84fb7c64b5f72499e5393e44f02514201 Reviewed-on: https://gerrit.libreoffice.org/51334 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>