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 /include/vcl/toolkit/field.hxx | |
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 'include/vcl/toolkit/field.hxx')
-rw-r--r-- | include/vcl/toolkit/field.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/toolkit/field.hxx b/include/vcl/toolkit/field.hxx index b2831f32742c..1665e785df3f 100644 --- a/include/vcl/toolkit/field.hxx +++ b/include/vcl/toolkit/field.hxx @@ -28,8 +28,8 @@ #include <tools/fldunit.hxx> #include <tools/time.hxx> #include <tools/link.hxx> -#include <vcl/spinfld.hxx> #include <vcl/toolkit/combobox.hxx> +#include <vcl/toolkit/spinfld.hxx> namespace com::sun::star::lang { struct Locale; } |