diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-06-20 16:14:43 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-06-21 17:59:13 +0200 |
commit | 090528707ce5c4f3db344e0106d997a26ed8831e (patch) | |
tree | 98619913fccd59d060aea2934109220c569841c1 /toolkit | |
parent | abe2a662cde10bb6d9308a85c60ab0b185183d41 (diff) |
don't include vcl/fmtfield.hxx from public hxx
Change-Id: I99077c7fe204ab86eef2c5d7dce1a902d7d10df9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96781
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/awt/vclxwindows.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolkit/source/awt/vclxwindows.cxx b/toolkit/source/awt/vclxwindows.cxx index fd47e1d2275e..e0d14698ab62 100644 --- a/toolkit/source/awt/vclxwindows.cxx +++ b/toolkit/source/awt/vclxwindows.cxx @@ -43,6 +43,7 @@ #include <controls/filectrl.hxx> #include <svl/zforlist.hxx> #include <vcl/button.hxx> +#include <vcl/fmtfield.hxx> #include <vcl/graph.hxx> #include <vcl/lstbox.hxx> #include <vcl/toolkit/combobox.hxx> |