diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-08-10 21:11:30 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-08-12 20:22:57 +0200 |
commit | 4ddafa14d70567a4e4581310a7cc83eafc1b776f (patch) | |
tree | 122e36715b0335cf25dcae6554d17407b2402e21 | |
parent | 7b314c6aceb51d01b9b4314764b0f5852b4fb655 (diff) |
svlbitm.hxx can be toolkit only now
Change-Id: Ie5ad0febca0747fa66c2caede619d14e468da032
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100498
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | accessibility/source/extended/accessiblelistboxentry.cxx | 2 | ||||
-rw-r--r-- | include/vcl/toolkit/svlbitm.hxx (renamed from include/vcl/svlbitm.hxx) | 8 | ||||
-rw-r--r-- | solenv/clang-format/excludelist | 2 | ||||
-rw-r--r-- | toolkit/source/controls/tree/treecontrolpeer.cxx | 2 | ||||
-rw-r--r-- | vcl/inc/pch/precompiled_vcl.hxx | 5 | ||||
-rw-r--r-- | vcl/source/app/salvtables.cxx | 2 | ||||
-rw-r--r-- | vcl/source/treelist/svimpbox.cxx | 2 | ||||
-rw-r--r-- | vcl/source/treelist/svlbitm.cxx | 2 | ||||
-rw-r--r-- | vcl/source/treelist/svtabbx.cxx | 2 | ||||
-rw-r--r-- | vcl/source/treelist/treelistbox.cxx | 2 | ||||
-rw-r--r-- | vcl/source/treelist/uiobject.cxx | 2 |
11 files changed, 15 insertions, 16 deletions
diff --git a/accessibility/source/extended/accessiblelistboxentry.cxx b/accessibility/source/extended/accessiblelistboxentry.cxx index c742e454b16f..40729de1bcb8 100644 --- a/accessibility/source/extended/accessiblelistboxentry.cxx +++ b/accessibility/source/extended/accessiblelistboxentry.cxx @@ -21,7 +21,7 @@ #include <extended/accessiblelistbox.hxx> #include <vcl/treelistbox.hxx> #include <svtools/stringtransfer.hxx> -#include <vcl/svlbitm.hxx> +#include <vcl/toolkit/svlbitm.hxx> #include <com/sun/star/awt/Rectangle.hpp> #include <com/sun/star/accessibility/AccessibleRelationType.hpp> #include <com/sun/star/accessibility/AccessibleRole.hpp> diff --git a/include/vcl/svlbitm.hxx b/include/vcl/toolkit/svlbitm.hxx index abe2446ade11..e4e6fbc57a7d 100644 --- a/include/vcl/svlbitm.hxx +++ b/include/vcl/toolkit/svlbitm.hxx @@ -17,9 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#pragma once -#ifndef INCLUDED_VCL_SVLBITM_HXX -#define INCLUDED_VCL_SVLBITM_HXX +#if !defined(VCL_DLLIMPLEMENTATION) && !defined(TOOLKIT_DLLIMPLEMENTATION) && !defined(VCL_INTERNALS) +#error "don't use this in new code" +#endif #include <memory> #include <vcl/dllapi.h> @@ -283,6 +285,4 @@ inline const Image& SvLBoxContextBmp::GetBitmap2() const return rImage; } -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist index 3d1ab7622220..e8fb15c70220 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -7410,7 +7410,6 @@ include/vcl/splitwin.hxx include/vcl/status.hxx include/vcl/stdtext.hxx include/vcl/svapp.hxx -include/vcl/svlbitm.hxx include/vcl/svtaccessiblefactory.hxx include/vcl/syschild.hxx include/vcl/sysdata.hxx @@ -7444,6 +7443,7 @@ include/vcl/toolkit/prgsbar.hxx include/vcl/toolkit/roadmap.hxx include/vcl/toolkit/spin.hxx include/vcl/toolkit/spinfld.hxx +include/vcl/toolkit/svlbitm.hxx include/vcl/toolkit/svtabbx.hxx include/vcl/toolkit/tabdlg.hxx include/vcl/toolkit/throbber.hxx diff --git a/toolkit/source/controls/tree/treecontrolpeer.cxx b/toolkit/source/controls/tree/treecontrolpeer.cxx index cefb7d4762ea..00423e7a2a2f 100644 --- a/toolkit/source/controls/tree/treecontrolpeer.cxx +++ b/toolkit/source/controls/tree/treecontrolpeer.cxx @@ -38,7 +38,7 @@ #include <vcl/treelistbox.hxx> #include <vcl/treelistentry.hxx> #include <vcl/viewdataentry.hxx> -#include <vcl/svlbitm.hxx> +#include <vcl/toolkit/svlbitm.hxx> #include <map> diff --git a/vcl/inc/pch/precompiled_vcl.hxx b/vcl/inc/pch/precompiled_vcl.hxx index b8c52378da0e..966e842b43bc 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-07-23 15:08:45 using: + Generated on 2020-08-10 21:11:12 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: @@ -205,7 +205,6 @@ #include <svl/svldllapi.h> #include <svl/typedwhich.hxx> #include <test/outputdevice.hxx> -#include <tools/UnitConversion.hxx> #include <tools/color.hxx> #include <tools/contnr.hxx> #include <tools/date.hxx> @@ -309,7 +308,6 @@ #include <vcl/scrbar.hxx> #include <vcl/settings.hxx> #include <vcl/svapp.hxx> -#include <vcl/svlbitm.hxx> #include <vcl/syswin.hxx> #include <vcl/tabctrl.hxx> #include <vcl/tabpage.hxx> @@ -322,6 +320,7 @@ #include <vcl/toolkit/fixed.hxx> #include <vcl/toolkit/lstbox.hxx> #include <vcl/toolkit/spinfld.hxx> +#include <vcl/toolkit/svlbitm.hxx> #include <vcl/toolkit/unowrap.hxx> #include <vcl/transfer.hxx> #include <vcl/treelist.hxx> diff --git a/vcl/source/app/salvtables.cxx b/vcl/source/app/salvtables.cxx index 03d95b7bb219..0c5d40fa45fa 100644 --- a/vcl/source/app/salvtables.cxx +++ b/vcl/source/app/salvtables.cxx @@ -57,7 +57,7 @@ #include <vcl/ptrstyle.hxx> #include <slider.hxx> #include <vcl/sysdata.hxx> -#include <vcl/svlbitm.hxx> +#include <vcl/toolkit/svlbitm.hxx> #include <vcl/toolkit/svtabbx.hxx> #include <vcl/tabctrl.hxx> #include <vcl/tabpage.hxx> diff --git a/vcl/source/treelist/svimpbox.cxx b/vcl/source/treelist/svimpbox.cxx index 2b4ed138305c..ac8f4cfeb621 100644 --- a/vcl/source/treelist/svimpbox.cxx +++ b/vcl/source/treelist/svimpbox.cxx @@ -31,7 +31,7 @@ #include <stack> #include <vcl/treelistbox.hxx> -#include <vcl/svlbitm.hxx> +#include <vcl/toolkit/svlbitm.hxx> #include <tools/wintypes.hxx> #include <bitmaps.hlst> #include <svimpbox.hxx> diff --git a/vcl/source/treelist/svlbitm.cxx b/vcl/source/treelist/svlbitm.cxx index 3d456710fbb9..8b072424d072 100644 --- a/vcl/source/treelist/svlbitm.cxx +++ b/vcl/source/treelist/svlbitm.cxx @@ -18,7 +18,7 @@ */ #include <vcl/treelistbox.hxx> -#include <vcl/svlbitm.hxx> +#include <vcl/toolkit/svlbitm.hxx> #include <vcl/treelistentry.hxx> #include <vcl/viewdataentry.hxx> #include <vcl/svapp.hxx> diff --git a/vcl/source/treelist/svtabbx.cxx b/vcl/source/treelist/svtabbx.cxx index 3abdac30b91f..9e712c70c827 100644 --- a/vcl/source/treelist/svtabbx.cxx +++ b/vcl/source/treelist/svtabbx.cxx @@ -21,7 +21,7 @@ #include <vcl/accessiblefactory.hxx> #include <vcl/toolkit/svtabbx.hxx> #include <vcl/headbar.hxx> -#include <vcl/svlbitm.hxx> +#include <vcl/toolkit/svlbitm.hxx> #include <vcl/treelistentry.hxx> #include <unotools/accessiblestatesethelper.hxx> #include <com/sun/star/accessibility/AccessibleStateType.hpp> diff --git a/vcl/source/treelist/treelistbox.cxx b/vcl/source/treelist/treelistbox.cxx index 8a4cfe56454b..c2a15925f125 100644 --- a/vcl/source/treelist/treelistbox.cxx +++ b/vcl/source/treelist/treelistbox.cxx @@ -40,7 +40,7 @@ #include <sal/log.hxx> #include <tools/debug.hxx> -#include <vcl/svlbitm.hxx> +#include <vcl/toolkit/svlbitm.hxx> #include <vcl/treelistentry.hxx> #include <vcl/viewdataentry.hxx> #include <svimpbox.hxx> diff --git a/vcl/source/treelist/uiobject.cxx b/vcl/source/treelist/uiobject.cxx index 2478ab8786df..9256321688dd 100644 --- a/vcl/source/treelist/uiobject.cxx +++ b/vcl/source/treelist/uiobject.cxx @@ -8,7 +8,7 @@ */ #include <memory> -#include <vcl/svlbitm.hxx> +#include <vcl/toolkit/svlbitm.hxx> #include <vcl/uitest/uiobject.hxx> #include <vcl/treelistbox.hxx> #include <vcl/treelistentry.hxx> |