loleaflet: fix wrong uno command name for opening hyperlink

This commit is contained in:
Andras Timar
2016-05-31 14:43:32 +02:00
parent a5d79702a7
commit 2e035ee2cc
110 changed files with 110 additions and 110 deletions

View File

@ -19,7 +19,7 @@ L.Control.ContextMenu = L.Control.extend({
*/
general: ['Cut', 'Copy', 'Paste', 'PasteSpecialMenu', 'PasteUnformatted',
'NumberingStart', 'ContinueNumbering', 'IncrementLevel', 'DecrementLevel',
'OpenHyperlinkLocation', 'CopyHyperlinkLocation', 'RemoveHyperlink',
'OpenHyperlinkOnCursor', 'CopyHyperlinkLocation', 'RemoveHyperlink',
'ArrangeFrameMenu', 'ArrangeMenu', 'BringToFront', 'ObjectForwardOne', 'ObjectBackOne', 'SendToBack',
'RotateMenu', 'RotateLeft', 'RotateRight'],