summaryrefslogtreecommitdiff
path: root/i18npool/CppunitTest_i18npool_characterclassification.mk
blob: 5c94ac9065fff30ce4a736987e651cd5d7d43708 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# -*- 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_CppunitTest,i18npool_characterclassification))

$(eval $(call gb_CppunitTest_use_sdk_api,i18npool_characterclassification))

$(eval $(call gb_CppunitTest_use_libraries,i18npool_characterclassification,\
	cppu \
	cppuhelper \
	sal \
	unotest \
))

$(eval $(call gb_CppunitTest_add_exception_objects,i18npool_characterclassification,\
    i18npool/qa/cppunit/test_characterclassification \
))

$(eval $(call gb_CppunitTest_use_ure,i18npool_characterclassification))

$(eval $(call gb_CppunitTest_use_components,i18npool_characterclassification,\
	i18npool/util/i18npool \
))

# vim: set noet sw=4 ts=4:
n class='decoration'>Stephan Bergmann 2023-10-19Related tdf#144256: missing removePropertyChangeListener calls in AppControllerJulien Nabet 2023-10-14Use exception ctors, instead of setting members laterMike Kaganski 2023-06-19tdf#38742 - Start Center: move last opened documents to the topAndreas Heinisch 2023-06-06tdf#38742 - Start Center: introduce push pins to favorite documentsAndreas Heinisch 2023-03-15tdf#114441: Convert use of sal_uLong to better integer typesNirnayK 2022-09-07convert PreviewMode to scoped enumNoel Grandin 2022-09-07convert ElementOpenMode to scoped enumNoel Grandin 2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann 2022-05-12speed up simple use of NamedValueCollectionNoel Grandin 2022-05-04Just use Any ctor instead of makeAny in dbaccessStephan Bergmann 2022-04-26officecfg,unotools,framework,sfx2: store ReadOnly for recent docsMichael Stahl 2021-12-26Typo: insertHierachyElement->insertHierarchyElementJulien Nabet 2021-12-21loplugin:flatten in desktop..drawinglayerNoel Grandin 2021-12-17loplugin:unusedvariablecheck improveNoel Grandin 2021-11-28use more OInterfaceContainerHelper3 in dbaccessNoel Grandin 2021-11-02Drop char*-based API from NamedValueCollectionMike Kaganski 2021-10-29Prepare for removal of non-const operator[] from Sequence in dbaccessMike Kaganski 2021-07-27use officecfg for SvtHistoryOptionsNoel Grandin 2021-07-12tdf#126665 Remember last used file picker directorySamuel Mehrbrodt