| commit | 4d95672531225a436f4b7b0ba94ba9974e7949b4 | [log] |
|---|---|---|
| author | Heiko Tietze <tietze.heiko@gmail.com> | Mon Jul 05 08:31:22 2021 +0200 |
| committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | Thu Jul 08 08:35:10 2021 +0200 |
| tree | 834e69694c256a10df46f49730c118f5b027afa3 | |
| parent | ad9c861e6fea4e4174c31736b9d70a4aeda2510c [diff] |
Resolves tdf#143174 - UNO MoreDictionaries not working Missing exec method added Change-Id: I2272654ae6ed9d9525c98392a9f65a74a108af02 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118412 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index e20e08b..eb8d075 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -7045,9 +7045,6 @@ bit 3 (0x8): #define UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8 <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">More Dictionaries Online...</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> </prop> </node> <node oor:name=".uno:ActivateStyleApply" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string">
diff --git a/sfx2/sdi/appslots.sdi b/sfx2/sdi/appslots.sdi index af5e394..7e7ca24 100644 --- a/sfx2/sdi/appslots.sdi +++ b/sfx2/sdi/appslots.sdi
@@ -321,6 +321,10 @@ shell SfxApplication [ ExecMethod = OfaExec_Impl ; ] SID_MORE_DICTIONARIES [ ExecMethod = OfaExec_Impl ; ] } shell SfxModule