diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-07-05 17:52:22 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-07-06 14:53:44 +0200 |
commit | ba556833e19b401496b5bf7304de574c64780f81 (patch) | |
tree | d8c3eb1108a18335a2e806b0ba7ac981ed851dd4 /toolkit | |
parent | d5b3c5d5093c56e748610a3972fc90b1521ae9e3 (diff) |
exile fmtfield.hxx to toolkit headers
Change-Id: I4d16dd079d4f8900d5e04677742679d6592f7066
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98165
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 b5407feef977..4c9a01d2ab0c 100644 --- a/toolkit/source/awt/vclxtoolkit.cxx +++ b/toolkit/source/awt/vclxtoolkit.cxx @@ -92,7 +92,7 @@ #include <vcl/toolkit/fixed.hxx> #include <vcl/toolkit/fixedhyper.hxx> #include <vcl/floatwin.hxx> -#include <vcl/fmtfield.hxx> +#include <vcl/toolkit/fmtfield.hxx> #include <vcl/toolkit/prgsbar.hxx> #include <vcl/scheduler.hxx> #include <vcl/longcurr.hxx> diff --git a/toolkit/source/awt/vclxwindows.cxx b/toolkit/source/awt/vclxwindows.cxx index 1832c3a9fe48..e630919b206e 100644 --- a/toolkit/source/awt/vclxwindows.cxx +++ b/toolkit/source/awt/vclxwindows.cxx @@ -43,7 +43,7 @@ #include <controls/filectrl.hxx> #include <svl/zforlist.hxx> #include <vcl/button.hxx> -#include <vcl/fmtfield.hxx> +#include <vcl/toolkit/fmtfield.hxx> #include <vcl/graph.hxx> #include <vcl/toolkit/lstbox.hxx> #include <vcl/toolkit/combobox.hxx> |