summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2022-12-19 12:03:15 +0200
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2022-12-19 10:05:13 +0000
commite739da903b92597316aeac26ec190a8d7c7bec28 (patch)
tree02fc469e48251d394f9cb8b37d196c48aba9bcbb /helpers
parentc8611c6e320bf5db95a6d1fa54d3ff6e13f9eaa7 (diff)
convertfilters.py: Don't add name attribute to links
Change-Id: I556ee26594fada9722ef898ef9e36df4644e4f37 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144461 Tested-by: Jenkins Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'helpers')
-rwxr-xr-xhelpers/convertfilters.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/helpers/convertfilters.py b/helpers/convertfilters.py
index 8f4d4b5cc9..7fc3e39596 100755
--- a/helpers/convertfilters.py
+++ b/helpers/convertfilters.py
@@ -74,16 +74,16 @@ output = '''<?xml version="1.0" encoding="UTF-8"?>
<bookmark_value>module file filters</bookmark_value>
</bookmark>
<h1 id="hd_id771554399002497">
- <variable id="convertfilters_h1"><link href="text/shared/guide/convertfilters.xhp" name="conversion filter names">File Conversion Filter Names</link></variable>
+ <variable id="convertfilters_h1"><link href="text/shared/guide/convertfilters.xhp">File Conversion Filter Names</link></variable>
</h1>
<paragraph id="par_id581554399002498" role="paragraph" xml-lang="en-US">
<variable id="commandline_intro">
- <ahelp hid=".">Tables with filter names for <link href="text/shared/guide/start_parameters.xhp" name="commandline">command line</link> document conversion.</ahelp>
+ <ahelp hid=".">Tables with filter names for <link href="text/shared/guide/start_parameters.xhp">command line</link> document conversion.</ahelp>
</variable>
</paragraph>
</section>
<h2 id="hd_id531633524464103">Usage</h2>
-<paragraph role="paragraph" id="par_id801633524474460">Filter names are used when importing and exporting files in alien formats and converting files formats through the <link href="text/shared/guide/start_parameters.xhp" name="commandline">command line</link>.</paragraph>
+<paragraph role="paragraph" id="par_id801633524474460">Filter names are used when importing and exporting files in alien formats and converting files formats through the <link href="text/shared/guide/start_parameters.xhp">command line</link>.</paragraph>
<paragraph role="paragraph" id="par_id314959p" localize="false" xml-lang="en-US"><emph>soffice --convert-to OutputFileExtension[:OutputFilterName[:OutputFilterParams[,param]]] [--outdir output_dir]</emph></paragraph>
<embed href="text/shared/guide/start_parameters.xhp#convertto"/>
<paragraph role="tablecontent" id="par_id314959o" localize="false" xml-lang="en-US"><emph>soffice --infilter=&quot;InputFilterName[:InputFilterParams[,param]]&quot;</emph></paragraph>