diff options
-rw-r--r-- | include/vcl/toolkit/spin.hxx (renamed from include/vcl/spin.hxx) | 0 | ||||
-rw-r--r-- | include/vcl/uitest/uiobject.hxx | 2 | ||||
-rw-r--r-- | solenv/clang-format/blacklist | 2 | ||||
-rw-r--r-- | toolkit/source/awt/vclxspinbutton.cxx | 2 | ||||
-rw-r--r-- | toolkit/source/awt/vclxtoolkit.cxx | 2 | ||||
-rw-r--r-- | vcl/source/control/spinbtn.cxx | 2 | ||||
-rw-r--r-- | vcl/source/uitest/uiobject.cxx | 2 |
7 files changed, 6 insertions, 6 deletions
diff --git a/include/vcl/spin.hxx b/include/vcl/toolkit/spin.hxx index fa37bff5f504..fa37bff5f504 100644 --- a/include/vcl/spin.hxx +++ b/include/vcl/toolkit/spin.hxx diff --git a/include/vcl/uitest/uiobject.hxx b/include/vcl/uitest/uiobject.hxx index 3a94ffa53bc5..c805f81f1b84 100644 --- a/include/vcl/uitest/uiobject.hxx +++ b/include/vcl/uitest/uiobject.hxx @@ -15,7 +15,6 @@ #include <memory> #include <vcl/window.hxx> -#include <vcl/spin.hxx> #include <vcl/button.hxx> #include <vcl/tabpage.hxx> #include <vcl/lstbox.hxx> @@ -29,6 +28,7 @@ #include <set> class Edit; +class SpinButton; typedef std::map<const OUString, OUString> StringMap; diff --git a/solenv/clang-format/blacklist b/solenv/clang-format/blacklist index b12f71769717..a113d1c9cb2c 100644 --- a/solenv/clang-format/blacklist +++ b/solenv/clang-format/blacklist @@ -7874,7 +7874,6 @@ include/vcl/seleng.hxx include/vcl/settings.hxx include/vcl/slider.hxx include/vcl/sound.hxx -include/vcl/spin.hxx include/vcl/spinfld.hxx include/vcl/split.hxx include/vcl/splitwin.hxx @@ -7903,6 +7902,7 @@ include/vcl/toolbox.hxx include/vcl/toolkit/group.hxx include/vcl/toolkit/morebtn.hxx include/vcl/toolkit/roadmap.hxx +include/vcl/toolkit/spin.hxx include/vcl/toolkit/tabdlg.hxx include/vcl/toolkit/throbber.hxx include/vcl/toolkit/unowrap.hxx diff --git a/toolkit/source/awt/vclxspinbutton.cxx b/toolkit/source/awt/vclxspinbutton.cxx index d0231442108e..fc6819ef3eef 100644 --- a/toolkit/source/awt/vclxspinbutton.cxx +++ b/toolkit/source/awt/vclxspinbutton.cxx @@ -21,7 +21,7 @@ #include <toolkit/helper/property.hxx> #include <com/sun/star/awt/ScrollBarOrientation.hpp> -#include <vcl/spin.hxx> +#include <vcl/toolkit/spin.hxx> #include <vcl/svapp.hxx> #include "vclxwindows_internal.hxx" diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx index c70c9b8d4888..b0ccf3b64870 100644 --- a/toolkit/source/awt/vclxtoolkit.cxx +++ b/toolkit/source/awt/vclxtoolkit.cxx @@ -96,7 +96,6 @@ #include <vcl/menubtn.hxx> #include <vcl/stdtext.hxx> #include <vcl/scrbar.hxx> -#include <vcl/spin.hxx> #include <vcl/split.hxx> #include <vcl/splitwin.hxx> #include <vcl/status.hxx> @@ -111,6 +110,7 @@ #include <vcl/toolkit/group.hxx> #include <vcl/toolkit/morebtn.hxx> #include <vcl/toolkit/roadmap.hxx> +#include <vcl/toolkit/spin.hxx> #include <vcl/toolkit/tabdlg.hxx> #include <vcl/toolkit/throbber.hxx> #if HAVE_FEATURE_OPENGL diff --git a/vcl/source/control/spinbtn.cxx b/vcl/source/control/spinbtn.cxx index 41d815c1c578..6c738b5056ad 100644 --- a/vcl/source/control/spinbtn.cxx +++ b/vcl/source/control/spinbtn.cxx @@ -18,7 +18,7 @@ */ #include <vcl/event.hxx> -#include <vcl/spin.hxx> +#include <vcl/toolkit/spin.hxx> #include <vcl/settings.hxx> #include <vcl/vclevent.hxx> diff --git a/vcl/source/uitest/uiobject.cxx b/vcl/source/uitest/uiobject.cxx index 4cf20f316c21..201a05e02bb7 100644 --- a/vcl/source/uitest/uiobject.cxx +++ b/vcl/source/uitest/uiobject.cxx @@ -13,7 +13,7 @@ #include <vcl/tabpage.hxx> #include <vcl/lstbox.hxx> #include <vcl/combobox.hxx> -#include <vcl/spin.hxx> +#include <vcl/toolkit/spin.hxx> #include <vcl/spinfld.hxx> #include <vcl/button.hxx> #include <vcl/dialog.hxx> |