summaryrefslogtreecommitdiff
path: root/scp2/InstallModule_xsltfilter.mk
blob: 7835254f5289f3524e4fabad9a5a22eaa8819118 (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
# -*- 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_InstallModule_InstallModule,scp2/xsltfilter))

$(eval $(call gb_InstallModule_use_auto_install_libs,scp2/xsltfilter,\
	xsltfilter \
))

$(eval $(call gb_InstallModule_add_scpfiles,scp2/xsltfilter,\
    scp2/source/xsltfilter/file_xsltfilter \
))

$(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/xsltfilter,\
    scp2/source/xsltfilter/module_xsltfilter \
))

# vim: set shiftwidth=4 tabstop=4 noexpandtab:
2949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen 2018-09-11loplugin:simplifyconstruct in svtools..svxNoel Grandin 2018-07-30loplugin:stringloop in sfx2..svxNoel Grandin 2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin 2018-06-09remove cargo cult OSL_ENSURE(pFact, "ScAbstractFactory create fail!"(Noel Grandin 2018-05-14weld GalleryIdDialogCaolán McNamara 2018-05-14weld TitleDialogCaolán McNamara 2018-05-02loplugin:useuniqueptr in GalleryBrowser1Noel Grandin 2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara 2018-02-22weld native message dialogsCaolán McNamara 2018-02-21loplugin:changetoolsgen in svxNoel Grandin 2017-11-22loplugin:flatten in svxNoel Grandin 2017-11-09tdf#113647 set parent for modal gallery dialogCaolán McNamara 2017-10-26vcl: make MapMode constructor explicitMichael Stahl 2017-10-23loplugin:includeform: svxStephan Bergmann 2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt 2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt 2017-09-13clang-tidy modernize-use-emplace in svxNoel Grandin 2017-09-06loplugin:unnecessaryparen include case statementsNoel Grandin