diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-05-05 15:29:21 +0200 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-05-07 14:37:42 +0200 |
commit | 5aa54f17441afee8c2001d73f4b590eeeafd7414 (patch) | |
tree | c9cc7b8833abafa5f63e6c003bc2ab892b6959eb /sd | |
parent | fbd414741157b969924318462ebfcfb5ccf4d3dc (diff) |
break circular include
of include/vcl/window.hxx and include/vcl/vclevent.hxx
Change-Id: Iacb3cc942693a732de5899af26e08e0977a83102
Reviewed-on: https://gerrit.libreoffice.org/37338
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/framework/factories/FullScreenPane.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/presenter/CanvasUpdateRequester.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/ui/framework/factories/FullScreenPane.hxx b/sd/source/ui/framework/factories/FullScreenPane.hxx index 3253ea153fac..1329a05c4458 100644 --- a/sd/source/ui/framework/factories/FullScreenPane.hxx +++ b/sd/source/ui/framework/factories/FullScreenPane.hxx @@ -24,6 +24,7 @@ #include <com/sun/star/frame/XLayoutManager.hpp> #include <com/sun/star/uno/XComponentContext.hpp> #include <vcl/vclevent.hxx> +#include <vcl/window.hxx> #include <memory> class WorkWindow; diff --git a/sd/source/ui/presenter/CanvasUpdateRequester.cxx b/sd/source/ui/presenter/CanvasUpdateRequester.cxx index 456c37d43a58..2517c710c1d7 100644 --- a/sd/source/ui/presenter/CanvasUpdateRequester.cxx +++ b/sd/source/ui/presenter/CanvasUpdateRequester.cxx @@ -20,6 +20,7 @@ #include "CanvasUpdateRequester.hxx" #include <vcl/svapp.hxx> #include <com/sun/star/lang/XComponent.hpp> +#include <cppuhelper/weakref.hxx> #include <vector> using namespace ::com::sun::star; |