[Libreoffice-commits] core.git: bin/generate-bash-completion

Katarina Behrens bubli at bubli.org
Mon Dec 22 04:01:09 PST 2014


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

New commits:
commit 2b54b6c29a832722e277d8cc3eae4b169b41c515
Author: Katarina Behrens <bubli at bubli.org>
Date:   Mon Dec 22 12:13:05 2014 +0100

    Add MS Visio file extensions to bash completion
    
    (just appended them at the end, there's really no system here)
    
    Change-Id: Ia192384407397d7fdc6b622f346dd7a6b91ae6a1

diff --git a/bin/generate-bash-completion b/bin/generate-bash-completion
index 0a7b233..41ad200 100755
--- a/bin/generate-bash-completion
+++ b/bin/generate-bash-completion
@@ -12,7 +12,7 @@ my @DRAWDOCS=("sxd", "std", "dxf", "emf", "eps", "met", "pct", "sgf", "sgv", "sd
 	   "sdd", "vor", "svm", "wmf", "bmp", "gif", "jpg", "jpeg", "jfif", "fif",
 	   "jpe", "pcd", "pcx", "pgm", "png", "ppm", "psd", "ras", "tga", "tif",
 	   "tiff", "xbm", "xpm", "odg", "otg", "fodg", "odc", "odi", "sds",
-	   "wpg", "svg");
+	   "wpg", "svg", "vdx", "vsd", "vsdm", "vsdx");
 
 my @IMPRESSDOCS=("sxi", "sti", "ppt", "pps", "pot", "sxd", "sda", "sdd", "sdp",
 	      "vor", "cgm", "odp", "otp", "fodp", "ppsm", "ppsx", "pptm", "pptx",


More information about the Libreoffice-commits mailing list