diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-14 17:17:35 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-14 21:27:41 +0100 |
commit | e5701af7c4226341776ed12c4bc5b24469a2599d (patch) | |
tree | 90c924cc2f8f393e39fdfaaf70639ff0fa02d850 /officecfg | |
parent | 22bf6e323465bd38b38fc026d801bb470e3f9d5c (diff) |
rework SfxEmojiControl to be a PopupWindowController
Change-Id: Ia3262e5b54257d5556c500f440806ac2df9886cf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86794
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu index 924de434b281..07d0da5103fc 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu @@ -1360,6 +1360,17 @@ <value>com.sun.star.comp.svx.CharacterSpacingToolBoxControl</value> </prop> </node> + <node oor:name="InsertEmojiToolBoxControl" oor:op="replace"> + <prop oor:name="Command"> + <value>.uno:EmojiControl</value> + </prop> + <prop oor:name="Module"> + <value/> + </prop> + <prop oor:name="Controller"> + <value>com.sun.star.comp.sfx2.InsertEmojiToolBoxControl</value> + </prop> + </node> <node oor:name="InsertSymbolToolBoxControl" oor:op="replace"> <prop oor:name="Command"> <value>.uno:CharmapControl</value> |