diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-04-12 08:59:20 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-04-12 14:39:15 +0200 |
commit | 6dcb611a99b61c7f2056c48a0dd1adf1c24275da (patch) | |
tree | 9e958cba421aefe76c9c2140aa7b139245ab403f /svtools | |
parent | be82f6313f298c13a2f040b218c6f2a33705ff8c (diff) |
forward decl vcl::Window in uiobject.hxx
Change-Id: Ic4355a7cbf15e211b820e8343638100f729b4189
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113969
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/uitest/uiobject.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svtools/source/uitest/uiobject.cxx b/svtools/source/uitest/uiobject.cxx index 0b3d78daf7b0..2de31226f93d 100644 --- a/svtools/source/uitest/uiobject.cxx +++ b/svtools/source/uitest/uiobject.cxx @@ -10,6 +10,7 @@ #include <memory> #include <uiobject.hxx> #include <svtools/valueset.hxx> +#include <vcl/window.hxx> ValueSetUIObject::ValueSetUIObject(const VclPtr<vcl::Window>& rSetWin) : DrawingAreaUIObject(rSetWin) |