# -*- 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_Library_Library,urelibs)) # gb_URELIBS is defined in solenv/gbuild/extensions/pre_MergedLibsList.mk $(eval $(call gb_Library_use_library_objects,urelibs,\ $(gb_URELIBS) \ )) # needed to generate proper deps for module-deps.pl $(eval $(call gb_Library_use_libraries,urelibs,\ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_use_static_libraries,urelibs,\ findsofficepath \ )) $(eval $(call gb_Library_use_externals,urelibs,\ libxml2 \ )) $(eval $(call gb_Library_add_libs,urelibs,\ $(if $(filter $(OS),LINUX), \ -ldl \ -lpthread \ -lrt \ ) \ )) # vim: set noet sw=4 ts=4: 7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/inc/IDocumentRedlineAccess.hxx
AgeCommit message (Expand)Author
2021-09-15loplugin:virtualdead HasExtraRedlineTable always returns trueNoel Grandin
2020-11-09tdf#83419 sw change tracking: clean-up autocorrectLászló Németh
2019-12-10Resolves: tdf#129250 move redline type into RedlinData so we can sort on itCaolán McNamara
2019-10-18lopligin:virtualdead unused params in IDocumentRedlineAccessNoel Grandin
2019-08-01tdf#125990 change tracking: remove text join workaroundLászló Németh
2019-05-28DOCX import: clean-up FinalizeImport() of change trackingLászló Németh
2019-05-23convert nsRedlineType_t to scoped enumNoel Grandin
2018-11-24remove unused RedlineFlags::IgnoreDeleteRedlinesNoel Grandin
2018-09-07tdf#119019 DOCX track changes: fix invisible delete and insertLászló Németh