# -*- 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,xmlscript_dtd,$(SRCDIR)/xmlscript)) $(eval $(call gb_Package_set_outdir,xmlscript_dtd,$(INSTROOT))) $(eval $(call gb_Package_add_files,xmlscript_dtd,$(LIBO_SHARE_FOLDER)/dtd/officedocument/1_0,\ dtd/dialog.dtd \ dtd/libraries.dtd \ dtd/library.dtd \ dtd/module.dtd \ )) # vim: set noet sw=4 ts=4: lue='0078512edadbba9b8acefffce4c51220a3b00118'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unodevtools
AgeCommit message (Expand)Author
2015-12-14Use emplace_backStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09new loplugin: oncevarNoel Grandin
2015-11-06coverity#1338260 Uncaught exceptionCaolán McNamara
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-08-11loplugin: defaultparamsNoel Grandin
2015-08-10cppcheck: badBitmaskCheckCaolán McNamara
2015-06-16Fix typosAndrea Gelmini
2015-06-15cppcheck:redundantAssignmentNoel Grandin
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2014-12-16unodevtools: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-04unodevtools: loplugin:cstylecastStephan Bergmann
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-07-01New loplugin:stringconcatStephan Bergmann
2014-06-21cppcheck: Redundant checking of STL containerJulien Nabet