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 /toolkit | |
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 'toolkit')
-rw-r--r-- | toolkit/source/awt/vclxtoolkit.cxx | 2 | ||||
-rw-r--r-- | toolkit/source/awt/vclxwindows.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx index de6ab2c55659..76a8e497abbc 100644 --- a/toolkit/source/awt/vclxtoolkit.cxx +++ b/toolkit/source/awt/vclxtoolkit.cxx @@ -86,7 +86,7 @@ #include <vcl/dockwin.hxx> #include <vcl/edit.hxx> #include <vcl/event.hxx> -#include <vcl/field.hxx> +#include <vcl/toolkit/field.hxx> #include <vcl/fixed.hxx> #include <vcl/toolkit/fixedhyper.hxx> #include <vcl/floatwin.hxx> diff --git a/toolkit/source/awt/vclxwindows.cxx b/toolkit/source/awt/vclxwindows.cxx index 4b2aaf8cde90..5789fe5ebf80 100644 --- a/toolkit/source/awt/vclxwindows.cxx +++ b/toolkit/source/awt/vclxwindows.cxx @@ -44,7 +44,7 @@ #include <vcl/graph.hxx> #include <vcl/lstbox.hxx> #include <vcl/combobox.hxx> -#include <vcl/field.hxx> +#include <vcl/toolkit/field.hxx> #include <vcl/toolkit/fixedhyper.hxx> #include <vcl/longcurr.hxx> #include <vcl/toolkit/imgctrl.hxx> |