diff --git a/browser/src/control/Control.NotebookbarImpress.js b/browser/src/control/Control.NotebookbarImpress.js index bbd010844f..a68c7ead9c 100644 --- a/browser/src/control/Control.NotebookbarImpress.js +++ b/browser/src/control/Control.NotebookbarImpress.js @@ -222,6 +222,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({ (this._map['wopi'].EnableShare) ? { 'id': 'ShareAs', + 'class': 'unoShareAs', 'type': 'customtoolitem', 'text': _('Share'), 'command': 'shareas', @@ -231,6 +232,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({ (L.Params.revHistoryEnabled) ? { 'id': 'Rev-History', + 'class': 'unoRev-History', 'type': 'customtoolitem', 'text': _('See history'), 'command': 'rev-history',