officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 3 --- sfx2/sdi/appslots.sdi | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-)
New commits: commit 21b5364ab01f0ceb9197572ff8f50d8a8cea64e1 Author: Heiko Tietze <[email protected]> AuthorDate: Mon Jul 5 08:31:22 2021 +0200 Commit: Heiko Tietze <[email protected]> CommitDate: Mon Jul 5 09:45:34 2021 +0200 Resolves tdf#143174 - UNO MoreDictionaries not working Missing exec method added Change-Id: I2272654ae6ed9d9525c98392a9f65a74a108af02 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118395 Tested-by: Jenkins Reviewed-by: Heiko Tietze <[email protected]> diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index e20e08b7f707..eb8d07581cca 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 bf3f450a303d..6fd72f84ce85 100644 --- a/sfx2/sdi/appslots.sdi +++ b/sfx2/sdi/appslots.sdi @@ -325,6 +325,10 @@ shell SfxApplication [ ExecMethod = OfaExec_Impl ; ] + SID_MORE_DICTIONARIES + [ + ExecMethod = OfaExec_Impl ; + ] } shell SfxModule _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
