diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-03-10 20:48:37 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-03-11 18:34:17 +0100 |
commit | 071df4770dfe421d96d3df748af751eaae6982c3 (patch) | |
tree | 309ac0bbd4b2609ff7a8e2cc538f4c008588fa99 /sfx2/source/view | |
parent | 1653bb9bffaa84a40b7d81a8277e887ea28df4e4 (diff) |
use some forward declares to reduce includes
Change-Id: Ic3a6d9a9569f909a7480d9da09709dbd60259e97
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112323
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/source/view')
-rw-r--r-- | sfx2/source/view/userinputinterception.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/view/viewfrm2.cxx | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/sfx2/source/view/userinputinterception.cxx b/sfx2/source/view/userinputinterception.cxx index b1cb6e8544ed..6e3f3c875e6c 100644 --- a/sfx2/source/view/userinputinterception.cxx +++ b/sfx2/source/view/userinputinterception.cxx @@ -33,10 +33,8 @@ #include <comphelper/interfacecontainer2.hxx> #include <cppuhelper/weak.hxx> #include <vcl/event.hxx> -#include <vcl/window.hxx> #include <osl/diagnose.h> - namespace sfx2 { diff --git a/sfx2/source/view/viewfrm2.cxx b/sfx2/source/view/viewfrm2.cxx index facdd8d5d9c4..ac2bf3411497 100644 --- a/sfx2/source/view/viewfrm2.cxx +++ b/sfx2/source/view/viewfrm2.cxx @@ -43,7 +43,6 @@ #include <svl/eitem.hxx> #include <svl/stritem.hxx> #include <tools/urlobj.hxx> -#include <vcl/window.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; |