diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-12-04 15:39:45 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-12-04 17:48:56 +0100 |
commit | fcb7fe3a082c200f69f10c1d3951761a7e41d6e0 (patch) | |
tree | 5417f4a4198ccb5cf186460a079d872ff8728a3c /solenv/bin | |
parent | d97a819abe84fe667f8b136b1c2adaec5ca7196e (diff) |
move ManagedMenuButton to vcl
Change-Id: Ie2dd1635a5f5f677d286011a14b734af7435612a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107231
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'solenv/bin')
-rwxr-xr-x | solenv/bin/native-code.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index 13a7e720be08..6eefce978bb9 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -716,7 +716,6 @@ constructor_map = { custom_widgets = [ 'ContextVBox', 'DropdownBox', - 'ManagedMenuButton', 'NotebookbarTabControl', 'NotebookbarToolBox', 'PriorityHBox', |