diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-10-29 17:00:54 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-10-30 09:12:20 +0100 |
commit | b8adb8264b48e66d7435e4463f575e25c5e02250 (patch) | |
tree | 84bab1644519b7691930bb19551edf4dab303910 /vcl/source | |
parent | 05b24909981fc952b36fe7ac520232bd19822c8a (diff) |
SpinButton only needed by vcl and toolkit
Change-Id: I1a99231a895269bc728ed7730fe277bb8e73a25e
Reviewed-on: https://gerrit.libreoffice.org/81711
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/control/spinbtn.cxx | 2 | ||||
-rw-r--r-- | vcl/source/uitest/uiobject.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
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> |