summaryrefslogtreecommitdiff
path: root/extras/Package_tplwizdesktop.mk
blob: aafdf791cd7a5b6e89936a7e5f23f72c6c418c76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# -*- 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_Package_Package,extras_tplwizdesktop,$(SRCDIR)/extras/source/templates/wizard/desktop))

$(eval $(call gb_Package_add_files,extras_tplwizdesktop,$(LIBO_SHARE_FOLDER)/template/common/internal,\
	html.stw \
	idxexample.odt \
))

# vim: set noet sw=4 ts=4:
rs) in stocStephan Bergmann 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2015-11-15use initialiser for Sequence<OUString>Noel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-09-07stoc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-07-15cppcheck: noExplicitConstructorCaolán McNamara 2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann 2015-04-02loplugin:staticmethodsNoel Grandin 2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara 2014-12-16stoc: Use appropriate OUString functions on string constantsStephan Bergmann 2014-06-05stoc: remove SAL_THROW macroNoel Grandin 2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin 2014-05-22stoc: make use of css aliasThomas Arnhold 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2014-02-26Remove visual noise from stocAlexander Wilms 2014-02-23Remove unneccessary commentsAlexander Wilms