diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-07-23 11:09:15 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-07-23 22:31:27 +0200 |
commit | 92f4a031cc581f676ed78ab2a70e2dd2ae72d38a (patch) | |
tree | a7c4d036621721ec43ba36d5b6927c69cc4cc143 /vcl | |
parent | 40673b1710d95c58d2008c083cae542a2c226c40 (diff) |
spinfld can be toolkit only now
Change-Id: I48d743e346f890c90f9bc90f92c1c785eee6f90d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99313
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/pch/precompiled_vcl.hxx | 7 | ||||
-rw-r--r-- | vcl/inc/salvtables.hxx | 2 | ||||
-rw-r--r-- | vcl/source/control/spinfld.cxx | 2 | ||||
-rw-r--r-- | vcl/source/uitest/uiobject.cxx | 2 |
4 files changed, 8 insertions, 5 deletions
diff --git a/vcl/inc/pch/precompiled_vcl.hxx b/vcl/inc/pch/precompiled_vcl.hxx index bdc8cf3dd6bb..2c178d1547ba 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-09 17:07:23 using: + Generated on 2020-07-23 15:08:45 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: @@ -148,6 +148,7 @@ #include <com/sun/star/lang/XUnoTunnel.hpp> #include <com/sun/star/uno/Any.h> #include <com/sun/star/uno/Any.hxx> +#include <com/sun/star/uno/Exception.hpp> #include <com/sun/star/uno/Reference.h> #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/RuntimeException.hpp> @@ -308,7 +309,6 @@ #include <vcl/quickselectionengine.hxx> #include <vcl/scrbar.hxx> #include <vcl/settings.hxx> -#include <vcl/spinfld.hxx> #include <vcl/svapp.hxx> #include <vcl/svlbitm.hxx> #include <vcl/syswin.hxx> @@ -318,9 +318,11 @@ #include <vcl/timer.hxx> #include <vcl/toolbox.hxx> #include <vcl/toolkit/button.hxx> +#include <vcl/toolkit/combobox.hxx> #include <vcl/toolkit/dialog.hxx> #include <vcl/toolkit/fixed.hxx> #include <vcl/toolkit/lstbox.hxx> +#include <vcl/toolkit/spinfld.hxx> #include <vcl/toolkit/unowrap.hxx> #include <vcl/transfer.hxx> #include <vcl/treelist.hxx> @@ -331,6 +333,7 @@ #include <vcl/unohelp.hxx> #include <vcl/vclenum.hxx> #include <vcl/vclevent.hxx> +#include <vcl/vclmedit.hxx> #include <vcl/vclptr.hxx> #include <vcl/viewdataentry.hxx> #include <vcl/virdev.hxx> diff --git a/vcl/inc/salvtables.hxx b/vcl/inc/salvtables.hxx index 80c8640f77e3..de903a78830f 100644 --- a/vcl/inc/salvtables.hxx +++ b/vcl/inc/salvtables.hxx @@ -16,7 +16,7 @@ #include <vcl/ctrl.hxx> #include <vcl/edit.hxx> #include <vcl/formatter.hxx> -#include <vcl/spinfld.hxx> +#include <vcl/toolkit/spinfld.hxx> #include <vcl/toolkit/fixed.hxx> #include <vcl/toolkit/lstbox.hxx> #include <vcl/menubtn.hxx> diff --git a/vcl/source/control/spinfld.cxx b/vcl/source/control/spinfld.cxx index 07bc43cbc41d..9f560b50be2b 100644 --- a/vcl/source/control/spinfld.cxx +++ b/vcl/source/control/spinfld.cxx @@ -20,7 +20,7 @@ #include <vcl/commandevent.hxx> #include <vcl/event.hxx> #include <vcl/decoview.hxx> -#include <vcl/spinfld.hxx> +#include <vcl/toolkit/spinfld.hxx> #include <vcl/settings.hxx> #include <vcl/uitest/uiobject.hxx> #include <sal/log.hxx> diff --git a/vcl/source/uitest/uiobject.cxx b/vcl/source/uitest/uiobject.cxx index 4e14224cf139..806f6ab23e70 100644 --- a/vcl/source/uitest/uiobject.cxx +++ b/vcl/source/uitest/uiobject.cxx @@ -20,7 +20,7 @@ #include <vcl/toolkit/lstbox.hxx> #include <vcl/toolkit/spin.hxx> #include <vcl/toolkit/fmtfield.hxx> -#include <vcl/spinfld.hxx> +#include <vcl/toolkit/spinfld.hxx> #include <vcl/ivctrl.hxx> #include <vcl/toolkit/button.hxx> #include <vcl/toolkit/dialog.hxx> |