[Libreoffice-commits] online.git: loleaflet/src
Tamás Zolnai (via logerrit)
logerrit at kemper.freedesktop.org
Tue Dec 3 13:45:53 UTC 2019
loleaflet/src/core/LOUtil.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 2d84130f6784c7ef3b6d9b0ca7f06030f3da9cc2
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Tue Dec 3 13:32:58 2019 +0100
Commit: Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Tue Dec 3 14:44:25 2019 +0100
Spelling context menu: There is no icon for 'None' item.
Change-Id: Ia7dcb086eb4537ab08c23dfcceaa6c4fe63b3465
Reviewed-on: https://gerrit.libreoffice.org/84343
Reviewed-by: Tamás Zolnai <tamas.zolnai at collabora.com>
Tested-by: Tamás Zolnai <tamas.zolnai at collabora.com>
diff --git a/loleaflet/src/core/LOUtil.js b/loleaflet/src/core/LOUtil.js
index 3abac316b..95252882d 100644
--- a/loleaflet/src/core/LOUtil.js
+++ b/loleaflet/src/core/LOUtil.js
@@ -97,7 +97,8 @@ L.LOUtil = {
'InsertZWSP',
'InsertZWNBSP',
'InsertLRM',
- 'InsertRLM'
+ 'InsertRLM',
+ 'None'
],
existsIconForCommand: function(command) {
More information about the Libreoffice-commits
mailing list