summaryrefslogtreecommitdiff
path: root/svx/source/uitest
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-04-12 08:59:20 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-04-12 14:39:15 +0200
commit6dcb611a99b61c7f2056c48a0dd1adf1c24275da (patch)
tree9e958cba421aefe76c9c2140aa7b139245ab403f /svx/source/uitest
parentbe82f6313f298c13a2f040b218c6f2a33705ff8c (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.cxx6
-rw-r--r--svx/source/uitest/uiobject.cxx2
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)