diff --git a/loleaflet/src/control/Control.NotebookbarBuilder.js b/loleaflet/src/control/Control.NotebookbarBuilder.js index 0a8302335..cd0259f58 100644 --- a/loleaflet/src/control/Control.NotebookbarBuilder.js +++ b/loleaflet/src/control/Control.NotebookbarBuilder.js @@ -170,6 +170,20 @@ L.Control.NotebookbarBuilder = L.Control.JSDialogBuilder.extend({ this._toolitemHandlers['.uno:BezierSmooth'] = function() {}; this._toolitemHandlers['.uno:GlueEditMode'] = function() {}; + /*Draw Home Tab*/ + this._toolitemHandlers['.uno:ZoomMode'] = function() {}; + this._toolitemHandlers['.uno:ObjectAlign'] = function() {}; + this._toolitemHandlers['.uno:ObjectPosition'] = function() {}; + this._toolitemHandlers['.uno:GlueInsertPoint'] = function() {}; + this._toolitemHandlers['.uno:SnapPoints'] = function() {}; + this._toolitemHandlers['.uno:SnapBorder'] = function() {}; + this._toolitemHandlers['.uno:HelplinesMove'] = function() {}; + this._toolitemHandlers['.uno:SnapFrame'] = function() {}; + this._toolitemHandlers['.uno:HelplinesVisible'] = function() {}; + this._toolitemHandlers['.uno:HelplinesUse'] = function() {}; + this._toolitemHandlers['.uno:GridVisible'] = function() {}; + this._toolitemHandlers['.uno:GridUse'] = function() {}; + /*Graphic Tab*/ this._toolitemHandlers['.uno:Crop'] = function() {}; this._toolitemHandlers['.uno:GraphicFilterToolbox'] = function() {};