summaryrefslogtreecommitdiff
path: root/include/vcl/toolkit/field.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-07-23 11:09:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-07-23 22:31:27 +0200
commit92f4a031cc581f676ed78ab2a70e2dd2ae72d38a (patch)
treea7c4d036621721ec43ba36d5b6927c69cc4cc143 /include/vcl/toolkit/field.hxx
parent40673b1710d95c58d2008c083cae542a2c226c40 (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.hxx2
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; }