# -*- 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_Executable_Executable,outdevgrind)) $(eval $(call gb_Executable_use_api,outdevgrind,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_external,outdevgrind,boost_headers)) $(eval $(call gb_Executable_set_include,outdevgrind,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,outdevgrind,\ tl \ sal \ vcl \ cppu \ cppuhelper \ comphelper \ )) $(eval $(call gb_Executable_add_exception_objects,outdevgrind,\ vcl/workben/outdevgrind \ )) # vim: set noet sw=4 ts=4: ro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/writerperfect
submit();'>
AgeCommit message (Expand)Author
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2017-06-19 15:08:20 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-06-23 09:15:30 +0200
commit7be0d5490517d41c20f99a006edb9fa651ce3d85 (patch)
tree405c4a280e7ae3ea5d711871b954921a77fa931f /xmlsecurity
parent72f84c1a0efbce8da02cbf6d5947d2ddfd45c533 (diff)
gpg4libre: Warn before removing document signatures
simple version, no "do not show this message again" checkbox Change-Id: Iba8ac8cda51acac748174c864aa5c205f2efcc8f Reviewed-on: https://gerrit.libreoffice.org/38962 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>