diff options
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 |