summaryrefslogtreecommitdiff
path: root/sc/UITest_textCase.mk
blob: b60ccbe0b6bb99f96bff84bf2836dd110b426e49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- 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,textCase))

$(eval $(call gb_UITest_add_modules,textCase,$(SRCDIR)/sc/qa/uitest,\
	textCase/ \
))

$(eval $(call gb_UITest_set_defs,textCase, \
    TDOC="$(SRCDIR)/sc/qa/uitest/data" \
))

# vim: set noet sw=4 ts=4:
d into vcl moduleChris Sherlock 2017-04-13Removed duplicated includesAndrea Gelmini 2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: uuiStephan Bergmann 2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann 2017-02-09Reapply "create ErrorHandlerFlags scoped enum for error handling flags""Noel Grandin 2017-02-08replace localresource of strings and keys with StringArrayCaolán McNamara 2017-02-07Revert "create ErrorHandlerFlags scoped enum for error handling flags"Michael Stahl 2017-02-07revert unready stuffCaolán McNamara 2017-02-07interim convert to ResArrayCaolán McNamara 2017-02-07create ErrorHandlerFlags scoped enum for error handling flagsNoel Grandin 2017-01-31tdf#105566 Show InfoBar when signature is invalidSamuel Mehrbrodt 2016-10-19loplugin:expandablemethods in UnoControls..vbahelperNoel Grandin