diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-03-11 14:22:27 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-03-12 10:06:56 +0100 |
commit | 837f6e6f341758bacc70f40c0f7deecca5de0087 (patch) | |
tree | 0a366c27cc9a2c105c2a96ac382623af57b4ba4c /solenv | |
parent | 3a3ad2b03dd24c49b6cf778fa63c0b4a5e39f7d5 (diff) |
move hatchwindow to toolkit
because it wants to use toolkit headers
Change-Id: If92b174bd4971b88f288f93c1beaed6f2103a83c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112348
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/native-code.py | 3 | ||||
-rw-r--r-- | solenv/clang-format/excludelist | 12 |
2 files changed, 7 insertions, 8 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index 2cfccbfa705b..9832da71bd0a 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -334,8 +334,6 @@ core_constructor_list = [ "com_sun_star_comp_Math_MathTypeFilter_get_implementation", # svl/source/fsstor/fsstorage.component "svl_FSStorageFactory_get_implementation", -# svtools/util/svt.component - "com_sun_star_comp_embed_HatchWindowFactory_get_implementation", # vcl/vcl.android.component "com_sun_star_graphic_GraphicObject_get_implementation", "com_sun_star_comp_graphic_GraphicMapper_get_implementation", @@ -361,6 +359,7 @@ core_constructor_list = [ "com_sun_star_comp_svx_StyleToolBoxControl_get_implementation", "com_sun_star_comp_svx_StylesPreviewToolBoxControl_get_implementation", # toolkit/util/tk.component + "com_sun_star_comp_embed_HatchWindowFactory_get_implementation", "stardiv_Toolkit_StdTabController_get_implementation", "stardiv_Toolkit_UnoButtonControl_get_implementation", "stardiv_Toolkit_UnoCheckBoxControl_get_implementation", diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist index 6ef8f3ad2039..bd07aeebc58f 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -11323,12 +11323,6 @@ svtools/source/filter/SvFilterOptionsDialog.cxx svtools/source/filter/exportdialog.cxx svtools/source/filter/exportdialog.hxx svtools/source/graphic/renderer.cxx -svtools/source/hatchwindow/documentcloser.cxx -svtools/source/hatchwindow/hatchwindow.cxx -svtools/source/hatchwindow/hatchwindowfactory.cxx -svtools/source/hatchwindow/ipwin.cxx -svtools/source/hatchwindow/ipwin.hxx -svtools/source/inc/hatchwindow.hxx svtools/source/java/javacontext.cxx svtools/source/java/javainteractionhandler.cxx svtools/source/misc/acceleratorexecute.cxx @@ -13776,6 +13770,12 @@ toolkit/source/controls/unocontrolcontainer.cxx toolkit/source/controls/unocontrolcontainermodel.cxx toolkit/source/controls/unocontrolmodel.cxx toolkit/source/controls/unocontrols.cxx +toolkit/source/hatchwindow/documentcloser.cxx +toolkit/source/hatchwindow/hatchwindow.cxx +toolkit/source/hatchwindow/hatchwindow.hxx +toolkit/source/hatchwindow/hatchwindowfactory.cxx +toolkit/source/hatchwindow/ipwin.cxx +toolkit/source/hatchwindow/ipwin.hxx toolkit/source/helper/accessibilityclient.cxx toolkit/source/helper/btndlg.cxx toolkit/source/helper/formpdfexport.cxx |