diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-27 20:22:05 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-28 13:50:42 +0100 |
commit | f9eecb48bf675e77d15a9d926d1dd47f22835d67 (patch) | |
tree | fd57c767122b135c9710c5018d41878dc0e88bfa /vcl | |
parent | be9c6deb43175149e75f4cf57d6b74234aa95d7f (diff) |
move private TimeBox to toolkit-only headers
move private DateBox to toolkit-only headers
move private CurrencyBox to toolkit-only headers
move private PatternBox to toolkit-only headers
move private CurrencyField to toolkit-only headers
move private CurrencyFormatter to toolkit-only headers
Change-Id: If5ba9e07b20cdc69ca554af388ec9d9e362cbf9a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87555
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/control/field.cxx | 2 | ||||
-rw-r--r-- | vcl/source/control/field2.cxx | 2 | ||||
-rw-r--r-- | vcl/source/window/builder.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/control/field.cxx b/vcl/source/control/field.cxx index 86a9a38b8887..da2218a684e4 100644 --- a/vcl/source/control/field.cxx +++ b/vcl/source/control/field.cxx @@ -27,7 +27,7 @@ #include <comphelper/string.hxx> #include <vcl/builder.hxx> -#include <vcl/field.hxx> +#include <vcl/toolkit/field.hxx> #include <vcl/event.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> diff --git a/vcl/source/control/field2.cxx b/vcl/source/control/field2.cxx index 347dbc05f6bd..8b706b513f41 100644 --- a/vcl/source/control/field2.cxx +++ b/vcl/source/control/field2.cxx @@ -27,7 +27,7 @@ #include <comphelper/string.hxx> #include <vcl/svapp.hxx> #include <vcl/event.hxx> -#include <vcl/field.hxx> +#include <vcl/toolkit/field.hxx> #include <vcl/unohelp.hxx> #include <vcl/settings.hxx> diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx index ecf3d135d811..3e9c2add65a8 100644 --- a/vcl/source/window/builder.cxx +++ b/vcl/source/window/builder.cxx @@ -25,7 +25,7 @@ #include <vcl/calendar.hxx> #include <vcl/dialog.hxx> #include <vcl/edit.hxx> -#include <vcl/field.hxx> +#include <vcl/toolkit/field.hxx> #include <vcl/fmtfield.hxx> #include <vcl/fixed.hxx> #include <vcl/toolkit/fixedhyper.hxx> |