summaryrefslogtreecommitdiff
path: root/sw/UITest_sw_findBar.mk
blob: ad2f7d5a188efcf557b7e77dd128ce51b1b7e1cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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,sw_findBar))

$(eval $(call gb_UITest_add_modules,sw_findBar,$(SRCDIR)/sw/qa/uitest,\
	findBar/ \
))

$(eval $(call gb_UITest_set_defs,sw_findBar, \
    TDOC="$(SRCDIR)/sw/qa/uitest/data" \
))
59'>Add missing sal/log.hxx headersGabor Kelemen 2017-08-31Replace some lists by vectors (+rename vars)Julien Nabet 2017-02-15Drop :: prefix from std in c*/Tor Lillqvist 2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin 2016-07-04comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin 2016-05-30com::sun::star->css in connectivityNoel Grandin 2016-02-09Remove excess newlinesChris Sherlock 2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin 2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-06-15cppcheck: noExplicitConstructorCaolán McNamara 2015-05-17Remove include stdio (part1)Julien Nabet 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann 2014-11-06use the new OUString::fromUtf8 methodNoel Grandin 2014-10-06drop connectivity testmoz workbenCaolán McNamara 2014-09-22fdo#84086 Fix assorted use-after-free bugsMatthew J. Francis 2014-06-06fixincludeguards: fix include guardsThomas Arnhold 2014-06-05connectivity: remove SAL_THROW macroNoel Grandin 2014-06-04connectivity: fix includesThomas Arnhold 2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni 2014-02-27Remove visual noise from connectivityAlexander Wilms