summaryrefslogtreecommitdiff
path: root/cppu/CppunitTest_cppu_qa_reference.mk
blob: 426902b5a8de48b9a9bd1d2b5eb5c13ea73a20d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# -*- 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_CppunitTest_CppunitTest,cppu_qa_reference))

$(eval $(call gb_CppunitTest_add_exception_objects,cppu_qa_reference, \
	cppu/qa/test_reference \
))

$(eval $(call gb_CppunitTest_use_external,cppu_qa_reference,boost_headers))

$(eval $(call gb_CppunitTest_use_libraries,cppu_qa_reference, \
	cppu \
	sal \
))

$(eval $(call gb_CppunitTest_use_internal_comprehensive_api,cppu_qa_reference, \
	cppu_qa_types \
	udkapi \
))

# vim: set noet sw=4 ts=4:
249b'>mpDefDialogParent is not used since 2002Caolán McNamara 2015-11-20Revert "tdf#95614 fix freezing with linked images"Michael Stahl 2015-11-20tdf#95614 fix freezing with linked imagesLászló Németh 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-29com::sun::star->css in sfx2Noel Grandin 2015-10-27don't allocate rtl::Reference or SvRef on the heapNoel Grandin 2015-10-27inline SfxMediumRef typedefNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-09-16convert Link<> to typedNoel Grandin 2015-08-31make Link<> typedNoel Grandin 2015-08-28make PostUserEvent Link<> typedNoel Grandin 2015-07-20convert to typed Link<> in sfx2Noel Grandin 2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann 2015-04-30Gradually typed LinkStephan Bergmann 2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks 2015-04-15fix crash on re-export of fdo50057-2.odt to odtCaolán McNamara 2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-04-10DownLoad -> Download.Jan Holesovsky 2014-04-09Remove always-null SvFileObject::pDownLoadDataStephan Bergmann 2014-04-07sfx2: sal_Bool->boolNoel Grandin 2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann 2014-03-18sfx2: sal_Bool->boolNoel Grandin