summaryrefslogtreecommitdiff
path: root/sw/UITest_writer_tests5.mk
blob: 94bcdd13c1f050ed14dea5a38c5e9612e5faedf6 (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,writer_tests5))

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

$(eval $(call gb_UITest_set_defs,writer_tests5, \
    TDOC="$(SRCDIR)/sw/qa/uitest/data" \
))
td> 2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): xmloffStephan Bergmann 2019-01-23loplugin:constparams in xmloffNoel Grandin 2018-12-18use unique_ptr in XMLPropertyBackpatcherNoel Grandin 2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin 2018-09-17Simplify containers iterations in xmloff/source/[f-t]*Arkadiy Illarionov 2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock 2017-02-21loplugin:subtlezeroinit: xmloffStephan Bergmann 2016-10-31loplugin:oncevar in xmloff..xmlsecurityNoel Grandin 2016-10-11loplugin:constantfunctionNoel Grandin 2016-06-30loplugin:unusedfieldsNoel Grandin 2016-06-24loplugin:singlevalfields in xmlhelp,xmloffNoel Grandin 2016-05-18clang-tidy modernize-make-sharedNoel Grandin 2016-05-04use Any constructor instead of temporariesNoel Grandin 2016-04-18clean-up: unused using declarations and includesJochen Nitschke 2015-06-13TyposJulien Nabet 2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann 2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann 2015-02-17boost->stdCaolán McNamara 2014-11-05fdo#38835 strip out OUString globalsNoel Grandin 2014-09-30xmloff: std::auto_ptr -> std::unique_ptrStephan Bergmann 2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza 2014-04-15xmloff: sal_Bool->boolNoel Grandin 2014-02-26Remove visual noise from xmloffAlexander Wilms 2014-02-03Remove needless SAL_DLLPRIVATE annotationsStephan Bergmann 2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist