diff options
author | Bryan Quigley <gquigs@gmail.com> | 2015-12-02 00:02:59 -0500 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-12-17 13:56:22 +0000 |
commit | eaa7f30102df4df01171e5daf83cdddae1bb0cda (patch) | |
tree | 30e11f649cf26ab238132a979146b8111bbb37f2 /scp2 | |
parent | b7842c93dc06b831d3fa649410ed847358ce9d17 (diff) |
Remove gnome-open support
Gnome-open has been deprecate for some time. xdg-open replaces it.
Change-Id: I7fc0f32a1f2fbadbe3d1cee58d0089213665c3a5
Reviewed-on: https://gerrit.libreoffice.org/20347
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_ooo.scp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index 9dc50385f310..ad7840789656 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -61,13 +61,6 @@ End #if defined UNX && ! defined MACOSX && ! defined LIBO_HEADLESS -File gid_File_Bin_Gnome_Open_Url - BIN_FILE_BODY; - Dir = FILELIST_DIR; - Name = "shell_scripts_gnome.filelist"; - Styles = (FILELIST, PACKED); -End - File gid_File_shell_scripts BIN_FILE_BODY; Dir = FILELIST_DIR; |