From 0519f167acc6e3cf50b2935dae3cccc0efd8a1f3 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 20 Oct 2020 15:52:14 +0300 Subject: Add NotebookbarTabControl Change-Id: Ibdcadc1b1bc1a2ada4863a64de91c9df88856a01 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104562 Tested-by: Jenkins CollaboraOffice Reviewed-by: Tor Lillqvist Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106255 Tested-by: Jenkins --- solenv/bin/native-code.py | 1 + 1 file changed, 1 insertion(+) (limited to 'solenv') diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index 5d20d738ef58..13a7e720be08 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -717,6 +717,7 @@ custom_widgets = [ 'ContextVBox', 'DropdownBox', 'ManagedMenuButton', + 'NotebookbarTabControl', 'NotebookbarToolBox', 'PriorityHBox', 'PriorityMergedHBox', -- cgit