summaryrefslogtreecommitdiff
path: root/sw/UITest_writer_tests7.mk
blob: 184994e1b6c807f812dde9da29cd1c7bcb7ced89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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_tests7))

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

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

# vim: set noet sw=4 ts=4:
e/engine3d/e3dundo.cxx?h=cd-5.3-27&id=7bcf9131032cbcdb162f33d03230e43d4f1db2aa'>WaE: unused variablesTor Lillqvist Change-Id: I3b0ed8a6c8e5d13b9236ee1a1337820c3cbce9ac 2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara i.e lots now able to be detected after... commit b44cbb26efe1d0b0950b1e1613e131b506dc3876 Author: Noel Grandin <noel@peralex.com> Date: Tue Jan 20 12:38:10 2015 +0200 new loplugin: change virtual methods to non-virtual Where we can prove that the virtual method is never overriden. In the case of pure-virtual methods, we remove the method entirely. Sometimes this leads to entire methods and fields being eliminated. Change-Id: I605e2fa56f7186c3d3a764f3cd30f5cf7f881f9d 2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante Change-Id: I5399362056276f324fd43eda05d3f606dc6f8c71 Reviewed-on: https://gerrit.libreoffice.org/11011 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>