summaryrefslogtreecommitdiff
path: root/Package_html_dynamic.mk
blob: b7d3e8082fab9ddb3243a46e31967197c4870465 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t; fill-column: 100 -*-
#
# 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,helpcontent2_html_dynamic,$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)))

$(eval $(call gb_Package_use_customtarget,helpcontent2_html_dynamic,helpcontent2/help3xsl))

$(eval $(call gb_Package_add_files,helpcontent2_html_dynamic,$(LIBO_SHARE_HELP_FOLDER)$(if $(HELP_ONLINE),/$(PRODUCTVERSION)), \
    hid2file.js \
    languages.js \
    default.css \
    help2.js \
    $(if $(HELP_ONLINE),tdf_matomo.js) \
))

# vim: set noet sw=4 ts=4:
t5-win+mac'>feature/qt5-win+mac LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/extensions/source/scanner/sane.cxx
AgeCommit message (Expand)Author
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-01-27Resolves: tdf#88819 printing with ps hangsCaolán McNamara
2015-01-20Some more loplugin:cstylecast: extensionsStephan Bergmann
2015-01-16remove unnecessary parenthesesNoel Grandin
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin
2014-12-15fdo#39440 reduce scope of local variablesMichael Weghorn
2014-11-14coverity#705989 silence Insecure temporary fileCaolán McNamara
2014-11-14coverity#1242860 Unused valueCaolán McNamara
2014-11-01coverity#703954 Unchecked return valueCaolán McNamara
2014-10-02coverity#1242860 Unused valueCaolán McNamara
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin
2014-05-02extensions: sal_Bool->boolNoel Grandin
2014-04-02Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
2014-02-01cppcheck: redundant assignmentJulien Nabet
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin
2013-11-11remove unnecessary use of OUString constructor in EXTENSIONS moduleNoel Grandin
2013-10-01convert extensions module from String to OUStringNoel Grandin