diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-07-12 19:12:18 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-07-12 21:30:57 +0200 |
commit | 2f04d2c4d9fdcc5871d536690a946c1d79df4eb6 (patch) | |
tree | 608835e43e46850e39ce4352626224d248ae272d /vcl/source/uitest/uiobject.cxx | |
parent | c57865b79654ddd19caad12a892701ca50745800 (diff) |
VerticalTabControl can be in private header
Change-Id: I95ee7a1477fb84eb9fcf2f70ab7d262b9eb47088
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98606
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/source/uitest/uiobject.cxx')
-rw-r--r-- | vcl/source/uitest/uiobject.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/uitest/uiobject.cxx b/vcl/source/uitest/uiobject.cxx index fc32de562701..477f1ff06af9 100644 --- a/vcl/source/uitest/uiobject.cxx +++ b/vcl/source/uitest/uiobject.cxx @@ -29,6 +29,7 @@ #include <vcl/vclmedit.hxx> #include <vcl/uitest/logger.hxx> #include <uiobject-internal.hxx> +#include <verticaltabctrl.hxx> #include <comphelper/string.hxx> #include <comphelper/lok.hxx> |