summaryrefslogtreecommitdiff
path: root/uitest/UITest_demo_ui.mk
blob: 11432f9175a19c2a1671f7c5350f50588ccf7c0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*- 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,demo_ui))

$(eval $(call gb_UITest_add_modules,demo_ui,$(SRCDIR)/uitest,\
	demo_ui/ \
))

# vim: set noet sw=4 ts=4:
Change uses of cppu::WeakImplHelper* to the variadic variantRaj Natarajan 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-02-07loplugin:deletedspecialStephan Bergmann 2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara 2014-06-25remove whitespaceMarkus Mohrhard 2014-04-19fixincludeguards.sh: scThomas Arnhold 2014-04-06whitespace cleanup in scMarkus Mohrhard 2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann 2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2014-02-25fdo#72041: Intern strings as we populate the external cache.Kohei Yoshida 2014-02-25coverity#737628 Uncaught exceptionCaolán McNamara 2014-02-25coverity#737625 Uncaught exceptionCaolán McNamara 2014-02-25coverity#737623 Uncaught exceptionCaolán McNamara 2014-02-25coverity#737620 Uncaught exceptionCaolán McNamara 2014-02-25coverity#737619 Uncaught exceptionCaolán McNamara 2014-02-25coverity#737618 Uncaught exceptionCaolán McNamara 2014-02-25coverity#737617 Uncaught exceptionCaolán McNamara 2014-01-29coverity#1078995 Uncaught exceptionCaolán McNamara 2013-10-04convert sc/inc/l*.hxx from String to OUStringNoel Grandin 2013-06-01use size_t where possible and fix some more placesMarkus Mohrhard 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2012-12-04re-base on ALv2 code. Includes:Michael Meeks