diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-11-06 05:50:57 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-11-07 12:53:03 +0100 |
commit | 982f985d2a8e8f429d147eb158b89c73bd60f2ae (patch) | |
tree | b88746ac5e80448c016778a0834b956ab09b75e9 /helpers | |
parent | 5ee4d72936eff5346ed85ccb4958801a44f712f0 (diff) |
tdf#140781 Add PDF + XSLT import API names for CLI
* amended python script
* regenerated convert Help page
Change-Id: I4891491d87b4b21c2d103b9df2adb03a21aff790
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124787
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/convertfilters.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/convertfilters.py b/helpers/convertfilters.py index 3dd5922602..8f4d4b5cc9 100755 --- a/helpers/convertfilters.py +++ b/helpers/convertfilters.py @@ -32,7 +32,7 @@ if not os.path.exists(registry_dir): print(f"{registry_dir} does not exist. Make sure you have built the core repo before running this script") sys.exit(1) -modules = ["writer.xcd","calc.xcd","impress.xcd","draw.xcd","math.xcd","base.xcd","graphicfilter.xcd"] +modules = ["writer.xcd","calc.xcd","impress.xcd","draw.xcd","math.xcd","base.xcd","graphicfilter.xcd","pdfimport.xcd","xsltfilter.xcd"] def gen_id(apiname): '''This function accepts module name and an API Name of the filter, and then generate |