summaryrefslogtreecommitdiff
path: root/source/text/shared/optionen/viewcertificate.xhp
blob: cad5796c34fa0aac2bd75fef9f86ed9a6fba10c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>



<!--
 * 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/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 -->


		<helpdocument version="1.0">
<meta>
<topic id="textsharedoptionenviewcertificatexhp" indexer="include" status="PUBLISH">
<title id="tit" xml-lang="en-US">View Certificate</title>
<filename>/text/shared/optionen/viewcertificate.xhp</filename>
</topic>
</meta>
<body>
<paragraph role="heading" id="par_idN10541" xml-lang="en-US" level="1" l10n="NEW">View Certificate</paragraph>
<paragraph role="paragraph" id="par_idN10545" xml-lang="en-US" l10n="NEW">The View Certificate dialog opens when you click the View Certificate button on the <link href="text/shared/optionen/macrosecurity_ts.xhp">Trusted Sources</link> tab page of the <link href="text/shared/optionen/macrosecurity.xhp">Macro Security</link> dialog.</paragraph>
<paragraph role="paragraph" id="par_idN10564" xml-lang="en-US" l10n="NEW">The dialog has the following tab pages:</paragraph>
<embed href="text/shared/optionen/viewcertificate_g.xhp#general"/>
<embed href="text/shared/optionen/viewcertificate_d.xhp#details"/>
<embed href="text/shared/optionen/viewcertificate_c.xhp#certificatepath"/>
</body>
</helpdocument>
ostyles'>feature/unostyles LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/bibtools.hxx
AgeCommit message (Collapse)Author
2021-03-23tdf#124176 Use pragma once in extensionsVincent LE GARREC
Change-Id: I1a5ed69da20cef4428f5f61db5fb9411cff61dc7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112048 Tested-by: Jenkins Reviewed-by: John Turpish <jbt@gmx.us> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2020-03-06tdf#42949 Fix IWYU warnings in extensions/source/*/*hxxGabor Kelemen
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ice2becc34174bdb5507180df6aa1a3c55a55f394 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89859 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>