diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-11-04 14:24:49 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-11-04 20:16:54 +0100 |
commit | c3fbaa3089b0d0beafa6c4334c2e497652de4cf1 (patch) | |
tree | 2a90d3c3981db52896fb3177bffb52fd010c371b /solenv/bin/native-code.py | |
parent | 62fb1741792b2b914de74f7c57f1b77858e6f0e8 (diff) |
sfxlo-SidebarToolBox not used in any current .ui files
map sfxlo-SidebarToolBox to sfxlo-NotebookbarToolBox
in case it appears in any stale customized profiles
Change-Id: I6035b9042450630b23b48a895e4e9d0ff8d730a6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105294
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'solenv/bin/native-code.py')
-rwxr-xr-x | solenv/bin/native-code.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index d0cdeed4bcc8..5d20d738ef58 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -717,9 +717,9 @@ custom_widgets = [ 'ContextVBox', 'DropdownBox', 'ManagedMenuButton', + 'NotebookbarToolBox', 'PriorityHBox', 'PriorityMergedHBox', - 'SidebarToolBox', ] def get_constructor_guard(constructor): |