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 /svx/source/uitest | |
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 'svx/source/uitest')
-rw-r--r-- | svx/source/uitest/sdrobject.cxx | 6 | ||||
-rw-r--r-- | svx/source/uitest/uiobject.cxx | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/svx/source/uitest/sdrobject.cxx b/svx/source/uitest/sdrobject.cxx index 8229a454376f..0d287de2a8a7 100644 --- a/svx/source/uitest/sdrobject.cxx +++ b/svx/source/uitest/sdrobject.cxx @@ -8,13 +8,11 @@ */ #include <svx/uiobject.hxx> - #include <svx/svdobj.hxx> - +#include <svx/SvxColorValueSet.hxx> #include <tools/fract.hxx> - +#include <vcl/window.hxx> #include <memory> -#include <svx/SvxColorValueSet.hxx> SdrUIObject::~SdrUIObject() {} diff --git a/svx/source/uitest/uiobject.cxx b/svx/source/uitest/uiobject.cxx index 9c46d0993441..1c56b9b61bb0 100644 --- a/svx/source/uitest/uiobject.cxx +++ b/svx/source/uitest/uiobject.cxx @@ -10,8 +10,8 @@ #include <memory> #include <uiobject.hxx> #include <svx/charmap.hxx> - #include <svx/numvset.hxx> +#include <vcl/window.hxx> SvxShowCharSetUIObject::SvxShowCharSetUIObject(const VclPtr<vcl::Window>& rCharSetWin) : DrawingAreaUIObject(rCharSetWin) |