diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-04-29 20:29:45 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-05-12 20:23:50 +0200 |
commit | 859636d491960b797bd8cbfb81e6f08451175f12 (patch) | |
tree | d3d384cd7650a276eedb79e03759107b45faabe7 /solenv/bin/native-code.py | |
parent | 9d573bca549861ecdbce6826804e5db0471307e6 (diff) |
weld help browser
Change-Id: Ibd8dcc10c4403731953e2e46db4ae8f89ebc7e4d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93216
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'solenv/bin/native-code.py')
-rwxr-xr-x | solenv/bin/native-code.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index dff4cc4cb489..0b439c071e98 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -515,19 +515,14 @@ constructor_map = { } custom_widgets = [ - 'BookmarksBox', - 'ContentListBox', 'ContextVBox', 'DataTreeListBox', 'DropdownBox', 'EmojiView', - 'IndexBox', 'ManagedMenuButton', 'PriorityHBox', 'PriorityMergedHBox', 'RecentDocsView', - 'SearchBox', - 'SearchResultsBox', 'SidebarToolBox', 'TemplateDefaultView', ] |