diff options
author | Tor Lillqvist <tml@collabora.com> | 2020-10-20 15:52:14 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2020-10-20 15:10:52 +0200 |
commit | 4c08e879a8624c820138f6e58cfca324b4480b48 (patch) | |
tree | 03d6ae21c461cc62d4e3ec5ff81caf07ae378716 /solenv | |
parent | 5c5fa6597af973ebce48f983af8fdbb87789d03f (diff) |
Add NotebookbarTabControl and NotebookbarToolBox
Change-Id: Ibdcadc1b1bc1a2ada4863a64de91c9df88856a01
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104562
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/native-code.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index fbb3ec2aafad..0383463a64c3 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -514,6 +514,8 @@ custom_widgets = [ 'IndexBox', 'IndexBox', 'ManagedMenuButton', + 'NotebookbarTabControl', + 'NotebookbarToolBox', 'OptionalBox', 'PageNumberListBox', 'PaperSizeListBox', |