diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2020-10-01 15:44:32 +0200 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2020-10-12 17:05:42 +0200 |
commit | acb1c390539730957fb509f18f469fc7f6133082 (patch) | |
tree | 6b929c1f886f5f151401c63050208e64fa4f3c81 /instsetoo_native | |
parent | 479363562b2148481b3808250575379ca2c9c37e (diff) |
Resolves tdf#137187 - More dictionaries via extensions dialog
UNO command and linkbutton interaction replaced with the internal dialog
DICT_REPO_URL removed, README adjusted
Change-Id: I401737b538da229ac0d432007e7564105672ff40
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103769
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'instsetoo_native')
-rw-r--r-- | instsetoo_native/util/openoffice.lst.README | 3 | ||||
-rw-r--r-- | instsetoo_native/util/openoffice.lst.in | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/instsetoo_native/util/openoffice.lst.README b/instsetoo_native/util/openoffice.lst.README index c87cef24f85f..9049c6100d19 100644 --- a/instsetoo_native/util/openoffice.lst.README +++ b/instsetoo_native/util/openoffice.lst.README @@ -35,9 +35,6 @@ STARTCENTER_ADDFEATURE_URL URL in start center to link to extension website STARTCENTER_INFO_URL URL in start center to link to product homepage STARTCENTER_TEMPLREP_URL URL in start center to link to templates website -DICT_REPO_URL specifies a repository URL where users can - download additional dictionaries - UPDATEURL URL for the application update functionality /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/instsetoo_native/util/openoffice.lst.in b/instsetoo_native/util/openoffice.lst.in index 758eaf0389f6..343cbfec2096 100644 --- a/instsetoo_native/util/openoffice.lst.in +++ b/instsetoo_native/util/openoffice.lst.in @@ -71,7 +71,6 @@ LibreOffice STARTCENTER_ADDFEATURE_URL https://extensions.libreoffice.org/ STARTCENTER_INFO_URL https://www.libreoffice.org/ STARTCENTER_TEMPLREP_URL https://templates.libreoffice.org/ - DICT_REPO_URL https://extensions.libreoffice.org/dictionaries/ } active 1 compression 5 @@ -123,7 +122,6 @@ LibreOfficeDev STARTCENTER_ADDFEATURE_URL https://extensions.libreoffice.org/ STARTCENTER_INFO_URL https://www.libreoffice.org/ STARTCENTER_TEMPLREP_URL https://templates.libreoffice.org/ - DICT_REPO_URL https://extensions.libreoffice.org/dictionaries/ } active 1 compression 5 @@ -164,7 +162,6 @@ LibreOffice_SDK STARTCENTER_ADDFEATURE_URL https://extensions.libreoffice.org/ STARTCENTER_INFO_URL https://www.libreoffice.org/ STARTCENTER_TEMPLREP_URL https://templates.libreoffice.org/ - DICT_REPO_URL https://extensions.libreoffice.org/dictionaries/ } active 1 compression 5 @@ -209,7 +206,6 @@ LibreOfficeDev_SDK STARTCENTER_ADDFEATURE_URL https://extensions.libreoffice.org/ STARTCENTER_INFO_URL https://www.libreoffice.org/ STARTCENTER_TEMPLREP_URL https://templates.libreoffice.org/ - DICT_REPO_URL https://extensions.libreoffice.org/dictionaries/ } active 1 compression 5 |