summaryrefslogtreecommitdiff
path: root/extras/AllLangZip_accessoriessamplesadvertisement.mk
blob: eaea20507f3526acca0947e84e85ae7b6eef31b5 (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
30
31
32
33
34
35
36
37
38
39
40
41
# -*- 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_AllLangZip_AllLangZip,accessoriessamplesadvertisement,$(call gb_UnpackedTarball_get_dir,samples-pack)/samples/advertisement/lang))

$(eval $(call gb_AllLangZip_add_dependencies,accessoriessamplesadvertisement,\
	$(call gb_UnpackedTarball_get_target,samples-pack) \
))

$(eval $(call gb_AllLangZip_add_files,accessoriessamplesadvertisement,\
	cs/dummy_samples.txt \
	de/dummy_samples.txt \
	en-US/ooo2prodflyera3en.odt \
	en-US/ooo2prodflyera4en.odt \
	en-US/ooo2prodintroen.odp \
	en-US/ooo2prodspeca4en.odt \
	es/dummy_samples.txt \
	fi/dummy_samples.txt \
	fr/dummy_samples.txt \
	hu/ooo2prodflyera3hu.odt \
	hu/ooo2prodspeca4hu.odt \
	hu/OOo_Ossszehasonlitas.odt \
	hu/OOo_Reklam4.odt \
	it/dummy_samples.txt \
	ja/dummy_samples.txt \
	ka/dummy_samples.txt \
	nl/dummy_samples.txt \
	pl/dummy_samples.txt \
	pt-BR/dummy_samples.txt \
	sv/dummy_samples.txt \
	tr/dummy_samples.txt \
	zh-CN/dummy_samples.txt \
))

# vim: set noet sw=4 ts=4:
class='decoration'>Caolán McNamara 2018-01-02RID_* can be extern global variablesNoel Grandin 2017-12-25coverity#1426923 Pointer to local outside scopeCaolán McNamara 2017-08-27convert code-class in ErrCode to scoped enumNoel Grandin 2017-08-22Convert ErrCode area to scoped enumNoel Grandin 2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara 2017-07-21de-hrc various thingsCaolán McNamara 2017-07-21migrate to boost::gettextCaolán McNamara 2017-06-21convert ErrCode to strong typedefNoel Grandin 2017-04-25tdf#75280: convert sal_uIntPtr to sal_uInt32 for ErrorInfo memberChris Sherlock 2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock 2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock 2017-02-08drop unused error stringsCaolán McNamara 2017-02-07Revert "create ErrorHandlerFlags scoped enum for error handling flags"Michael Stahl 2017-02-07create ErrorHandlerFlags scoped enum for error handling flagsNoel Grandin 2017-01-18new loplugin: useuniqueptr: svl..svtoolsNoel Grandin 2016-10-07loplugin:staticmethods: svtoolsStephan Bergmann 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-05-26loplugin:unusedmethodsNoel Grandin 2016-01-13loplugin:unusedmethods unused return value in include/svtoolsNoel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-03-24svtools: sal_Bool->boolNoel Grandin 2013-11-09fdo#65108 inter-module includes <> include/svtoolsNorbert Thiebaud