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 /officecfg | |
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 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Common.xcu | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu index 5ffefd05e419..2ae05c749fc6 100644 --- a/officecfg/registry/data/org/openoffice/Office/Common.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu @@ -49,11 +49,6 @@ <value install:module="wnt">WIN</value> </prop> </node> - <node oor:name="Dictionaries"> - <prop oor:name="RepositoryURL"> - <value>${DICT_REPO_URL}</value> - </prop> - </node> <node oor:name="VCL"> <prop oor:name="UseOpenGL" oor:type="xs:boolean"> <value install:module="macosx">false</value> |