# -*- 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_Module_Module,tubes)) ifeq ($(ENABLE_TELEPATHY),TRUE) $(eval $(call gb_Module_add_targets,tubes,\ Executable_liboapprover \ Library_tubes \ UIConfig_tubes \ )) $(eval $(call gb_Module_add_subsequentcheck_targets,tubes,\ CppunitTest_tubes_test \ )) endif # vim:set shiftwidth=4 tabstop=4 noexpandtab: */ 84db618126c47c63a8831'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sax/qa
AgeCommit message (Expand)Author
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov
2019-04-17loplugin:sequentialassign in scNoel Grandin
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-12clang-tidy misc-throw-by-value-catch-by-referenceNoel Grandin
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin
2018-06-30sax: fix overflow in sax::Converter::convertMeasure()Michael Stahl