loleaflet/src/control/Control.NotebookbarBuilder.js |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 36844c0e73305546e9664fdec2cdd504319be89c
Author:     Szymon Kłos <szymon.k...@collabora.com>
AuthorDate: Tue Aug 4 15:59:14 2020 +0200
Commit:     Szymon Kłos <szymon.k...@collabora.com>
CommitDate: Wed Aug 5 09:39:44 2020 +0200

    notebookbar: hide unsupported items
    
    provide non async dialogs
    
    Change-Id: I70b58cc3bbd6067553ca5d3b098fc48bb0dfc9a6
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/100116
    Tested-by: Jenkins
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Szymon Kłos <szymon.k...@collabora.com>

diff --git a/loleaflet/src/control/Control.NotebookbarBuilder.js 
b/loleaflet/src/control/Control.NotebookbarBuilder.js
index da036bf85..2420109cb 100644
--- a/loleaflet/src/control/Control.NotebookbarBuilder.js
+++ b/loleaflet/src/control/Control.NotebookbarBuilder.js
@@ -172,7 +172,12 @@ L.Control.NotebookbarBuilder = 
L.Control.JSDialogBuilder.extend({
                this._toolitemHandlers['.uno:InsertExternalDataSource'] = 
function() {};
                this._toolitemHandlers['.uno:RecalcPivotTable'] = function() {};
                this._toolitemHandlers['.uno:DataProviderRefresh'] = function() 
{};
-               this._toolitemHandlers['.uno:Calculate'] = function() {};
+               this._toolitemHandlers['.uno:DataSubTotals'] = function() {};
+               this._toolitemHandlers['.uno:DefineDBName'] = function() {};
+               this._toolitemHandlers['.uno:SelectDB'] = function() {};
+               this._toolitemHandlers['.uno:DataAreaRefresh'] = function() {};
+               this._toolitemHandlers['.uno:TextToColumns'] = function() {};
+               this._toolitemHandlers['.uno:DataConsolidate'] = function() {};
 
                this._toolitemHandlers['vnd.sun.star.findbar:FocusToFindbar'] = 
function() {};
        },
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to