Draw: Hide items that does not have functionality from notebookbar

Change-Id: I1914136d9a0f442463d1ab94eb2b2e32b1685c07
Signed-off-by: mert <mert.tumer@collabora.com>
This commit is contained in:
mert 2021-03-01 06:24:58 +03:00 committed by Mert Tümer
parent fe7252d108
commit e84e5addec

View file

@ -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() {};