From 70a008181aef33272346e7ae45f8838354346ead Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 12 Aug 2020 11:03:48 +0100 Subject: SvTreeListBox can move into toolkit headers now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I6b3b6ef1530a192f4b6bf87aa9688687063683ea Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100591 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- vcl/inc/iconview.hxx | 2 +- vcl/inc/pch/precompiled_vcl.hxx | 10 +++++----- vcl/inc/svimpbox.hxx | 2 +- vcl/source/app/salvtables.cxx | 4 ++-- vcl/source/treelist/iconview.cxx | 4 ++-- vcl/source/treelist/svimpbox.cxx | 6 +++--- vcl/source/treelist/svlbitm.cxx | 6 +++--- vcl/source/treelist/svtabbx.cxx | 2 +- vcl/source/treelist/treelist.cxx | 6 +++--- vcl/source/treelist/treelistbox.cxx | 6 +++--- vcl/source/treelist/treelistentry.cxx | 2 +- vcl/source/treelist/uiobject.cxx | 4 ++-- vcl/source/treelist/viewdataentry.cxx | 2 +- vcl/source/window/builder.cxx | 2 +- 14 files changed, 29 insertions(+), 29 deletions(-) (limited to 'vcl') diff --git a/vcl/inc/iconview.hxx b/vcl/inc/iconview.hxx index 09d1a0b02fe7..f9b623688621 100644 --- a/vcl/inc/iconview.hxx +++ b/vcl/inc/iconview.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SVTOOLS_ICONVIEW_HXX #define INCLUDED_SVTOOLS_ICONVIEW_HXX -#include +#include class IconView final : public SvTreeListBox { diff --git a/vcl/inc/pch/precompiled_vcl.hxx b/vcl/inc/pch/precompiled_vcl.hxx index 966e842b43bc..b6fa73b6d062 100644 --- a/vcl/inc/pch/precompiled_vcl.hxx +++ b/vcl/inc/pch/precompiled_vcl.hxx @@ -13,7 +13,7 @@ manual changes will be rewritten by the next run of update_pch.sh (which presumably also fixes all possible problems, so it's usually better to use it). - Generated on 2020-08-10 21:11:12 using: + Generated on 2020-08-12 11:16:23 using: ./bin/update_pch vcl vcl --cutoff=6 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -321,11 +321,12 @@ #include #include #include +#include +#include +#include #include +#include #include -#include -#include -#include #include #include #include @@ -333,7 +334,6 @@ #include #include #include -#include #include #include #include diff --git a/vcl/inc/svimpbox.hxx b/vcl/inc/svimpbox.hxx index cb52069ca41b..02f8de6d8c72 100644 --- a/vcl/inc/svimpbox.hxx +++ b/vcl/inc/svimpbox.hxx @@ -27,7 +27,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/vcl/source/app/salvtables.cxx b/vcl/source/app/salvtables.cxx index 0c5d40fa45fa..2a138f1575a1 100644 --- a/vcl/source/app/salvtables.cxx +++ b/vcl/source/app/salvtables.cxx @@ -61,13 +61,13 @@ #include #include #include -#include +#include #include #include #include #include #include -#include +#include #include #include #include diff --git a/vcl/source/treelist/iconview.cxx b/vcl/source/treelist/iconview.cxx index 162096bff04c..9e0ab737b2c3 100644 --- a/vcl/source/treelist/iconview.cxx +++ b/vcl/source/treelist/iconview.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include -#include +#include +#include #include #include "iconviewimpl.hxx" diff --git a/vcl/source/treelist/svimpbox.cxx b/vcl/source/treelist/svimpbox.cxx index ac8f4cfeb621..e8bd4da9ca0c 100644 --- a/vcl/source/treelist/svimpbox.cxx +++ b/vcl/source/treelist/svimpbox.cxx @@ -30,7 +30,7 @@ #include #include -#include +#include #include #include #include @@ -40,8 +40,8 @@ #include #include -#include -#include +#include +#include // #i27063# (pl), #i32300# (pb) never access VCL after DeInitVCL - also no destructors Image* SvImpLBox::s_pDefCollapsed = nullptr; diff --git a/vcl/source/treelist/svlbitm.cxx b/vcl/source/treelist/svlbitm.cxx index 8b072424d072..87a32e9612a9 100644 --- a/vcl/source/treelist/svlbitm.cxx +++ b/vcl/source/treelist/svlbitm.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include +#include #include -#include -#include +#include +#include #include #include #include diff --git a/vcl/source/treelist/svtabbx.cxx b/vcl/source/treelist/svtabbx.cxx index 9e712c70c827..2504cf2e1fd6 100644 --- a/vcl/source/treelist/svtabbx.cxx +++ b/vcl/source/treelist/svtabbx.cxx @@ -22,7 +22,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/vcl/source/treelist/treelist.cxx b/vcl/source/treelist/treelist.cxx index c9d6c264eaaf..537cf2a5429c 100644 --- a/vcl/source/treelist/treelist.cxx +++ b/vcl/source/treelist/treelist.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include -#include -#include +#include +#include +#include #include #include diff --git a/vcl/source/treelist/treelistbox.cxx b/vcl/source/treelist/treelistbox.cxx index c2a15925f125..74be3d890402 100644 --- a/vcl/source/treelist/treelistbox.cxx +++ b/vcl/source/treelist/treelistbox.cxx @@ -23,7 +23,7 @@ - SelectAll( false ) => only repaint the deselected entries */ -#include +#include #include #include #include @@ -41,8 +41,8 @@ #include #include -#include -#include +#include +#include #include #include diff --git a/vcl/source/treelist/treelistentry.cxx b/vcl/source/treelist/treelistentry.cxx index 5ffd4428b758..46f95aad2f15 100644 --- a/vcl/source/treelist/treelistentry.cxx +++ b/vcl/source/treelist/treelistentry.cxx @@ -18,7 +18,7 @@ */ #include -#include +#include #include #include #include diff --git a/vcl/source/treelist/uiobject.cxx b/vcl/source/treelist/uiobject.cxx index 9256321688dd..1c9146c51101 100644 --- a/vcl/source/treelist/uiobject.cxx +++ b/vcl/source/treelist/uiobject.cxx @@ -10,8 +10,8 @@ #include #include #include -#include -#include +#include +#include TreeListUIObject::TreeListUIObject(const VclPtr& xTreeList): WindowUIObject(xTreeList), diff --git a/vcl/source/treelist/viewdataentry.cxx b/vcl/source/treelist/viewdataentry.cxx index f5fbf8e0bdfb..b14d479310af 100644 --- a/vcl/source/treelist/viewdataentry.cxx +++ b/vcl/source/treelist/viewdataentry.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include +#include SvViewDataEntry::SvViewDataEntry() : nVisPos(0), diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx index 2d27f27e9f1a..b7e77efb7c17 100644 --- a/vcl/source/window/builder.cxx +++ b/vcl/source/window/builder.cxx @@ -46,7 +46,7 @@ #include #include #include -#include +#include #include #include #include -- cgit