bin/generate-bash-completion.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5b1f68461ccfa475f70640cafd0af769b814e3fa
Author:     Rene Engelhard <r...@debian.org>
AuthorDate: Tue Jul 4 23:25:08 2023 +0200
Commit:     René Engelhard <r...@debian.org>
CommitDate: Wed Jul 5 17:53:37 2023 +0200

    add .pages to bin/generate-bash-completion.py
    
    Change-Id: I7ec0244dad1b80eb577bfbe0bb6e3e46b14dce9b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154011
    Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
    Tested-by: Jenkins

diff --git a/bin/generate-bash-completion.py b/bin/generate-bash-completion.py
index db6f49e814b5..1c0377b97387 100755
--- a/bin/generate-bash-completion.py
+++ b/bin/generate-bash-completion.py
@@ -39,7 +39,7 @@ WEBDOCS = ["htm", "html", "stw", "txt", "vor", "oth"]
 
 WRITERDOCS = ["doc", "dot", "rtf", "sxw", "stw", "sdw", "vor", "txt", "htm?",
               "xml", "wp", "wpd", "wps", "odt", "ott", "fodt", "docm", "docx",
-              "dotm", "dotx"]
+              "dotm", "dotx", "pages"]
 
 TEMPLATES = ["stw", "dot", "vor", "stc", "xlt", "sti", "pot", "std", "stw",
              "dotm", "dotx", "potm", "potx", "xltm", "xltx"]

Reply via email to