summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-12-07 11:18:33 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-12-07 21:05:06 +0100
commit35b5f03e41e21085b67b56e29c52dcddc9a36c30 (patch)
treefdd93138f52d9f2f83a02fb3f54f50f23eb8732f /solenv
parenta91e21b9acab16bd31dbefa4640d2e5f3c3c7d63 (diff)
move various notebookbar widgets into vcl
and we can drop their factories then Change-Id: I1e261886dd7700710ba628da4bbeeba65efa1531 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107134 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/native-code.py4
-rw-r--r--solenv/clang-format/excludelist6
2 files changed, 3 insertions, 7 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 6eefce978bb9..2cfccbfa705b 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -714,12 +714,8 @@ constructor_map = {
}
custom_widgets = [
- 'ContextVBox',
- 'DropdownBox',
'NotebookbarTabControl',
'NotebookbarToolBox',
- 'PriorityHBox',
- 'PriorityMergedHBox',
]
def get_constructor_guard(constructor):
diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist
index b7105c4d962d..096f3862d12a 100644
--- a/solenv/clang-format/excludelist
+++ b/solenv/clang-format/excludelist
@@ -6455,7 +6455,6 @@ include/vcl/EnumContext.hxx
include/vcl/FilterConfigItem.hxx
include/vcl/GraphicObject.hxx
include/vcl/IDialogRenderable.hxx
-include/vcl/IPrioritable.hxx
include/vcl/ITiledRenderable.hxx
include/vcl/ImageTree.hxx
include/vcl/Scanline.hxx
@@ -6528,7 +6527,8 @@ include/vcl/metaact.hxx
include/vcl/metaactiontypes.hxx
include/vcl/metric.hxx
include/vcl/mnemonic.hxx
-include/vcl/notebookbar.hxx
+include/vcl/notebookbar/IPrioritable.hxx
+include/vcl/notebookbar/notebookbar.hxx
include/vcl/oldprintadaptor.hxx
include/vcl/opengl/OpenGLContext.hxx
include/vcl/opengl/OpenGLHelper.hxx
@@ -10666,7 +10666,6 @@ sfx2/source/inc/templdgi.hxx
sfx2/source/inc/tplcitem.hxx
sfx2/source/inc/workwin.hxx
sfx2/source/inet/inettbc.cxx
-sfx2/source/notebookbar/ContextVBox.cxx
sfx2/source/notebookbar/NotebookbarTabControl.cxx
sfx2/source/notebookbar/SfxNotebookBar.cxx
sfx2/source/notify/eventsupplier.cxx
@@ -14979,6 +14978,7 @@ vcl/source/control/button.cxx
vcl/source/control/calendar.cxx
vcl/source/control/combobox.cxx
vcl/source/control/ctrl.cxx
+vcl/source/control/ContextVBox.cxx
vcl/source/control/edit.cxx
vcl/source/control/field.cxx
vcl/source/control/field2.cxx