helpers/convertfilters.py                   |    2 +-
 source/text/shared/guide/convertfilters.xhp |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 69519a798132d28edb7f1cee5ef7f801b853dcba
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Thu Oct 21 21:09:03 2021 -0300
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Fri Oct 22 12:41:29 2021 +0200

    Fix variable name
    
    Change-Id: I508ae24bb0a38be10eae3b88dbef060b555ef2a4
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124043
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/helpers/convertfilters.py b/helpers/convertfilters.py
index f3d0e7060..921a4fc34 100755
--- a/helpers/convertfilters.py
+++ b/helpers/convertfilters.py
@@ -77,7 +77,7 @@ output = '''<?xml version="1.0" encoding="UTF-8"?>
         <link href="text/shared/guide/convertfilters.xhp" name="conversion 
filter names">File Conversion Filter Names</link>
     </h1>
     <paragraph id="par_id581554399002498" role="paragraph" xml-lang="en-US">
-        <variable id="variable name">
+        <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>
         </variable>
     </paragraph>
diff --git a/source/text/shared/guide/convertfilters.xhp 
b/source/text/shared/guide/convertfilters.xhp
index 736186061..7e937c5a7 100644
--- a/source/text/shared/guide/convertfilters.xhp
+++ b/source/text/shared/guide/convertfilters.xhp
@@ -27,7 +27,7 @@
         <link href="text/shared/guide/convertfilters.xhp" name="conversion 
filter names">File Conversion Filter Names</link>
     </h1>
     <paragraph id="par_id581554399002498" role="paragraph" xml-lang="en-US">
-        <variable id="variable name">
+        <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>
         </variable>
     </paragraph>
@@ -308,7 +308,7 @@
                 <paragraph role="table_font_small paragraph" 
id="APIName_T602Document" localize="false">&quot;T602Document&quot;</paragraph>
             </tablecell>
             <tablecell>
-                <paragraph role="table_font_small paragraph" 
id="MediaType_T602Document" localize="false">application/x-t602 (602 
txt)</paragraph>
+                <paragraph role="table_font_small paragraph" 
id="MediaType_T602Document" localize="false">application/x-t602 
(602)</paragraph>
             </tablecell>
         </tablerow>
         <tablerow>

Reply via email to