diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-12-04 09:14:58 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-12-09 13:28:46 +0100 |
commit | f08b066f3c6a80fe3daa430f9099aae8b0850e80 (patch) | |
tree | 520bdfa03790c544ac91e0872933a9e9a05e9289 /sd | |
parent | 1efeb17837c22499f00299c033ae59ba3910f7d7 (diff) |
drop newly unused SfxFloatingWindow
Change-Id: I8ac3957579c76a89b9692bdb50cbe7a56e1693e3
Reviewed-on: https://gerrit.libreoffice.org/84444
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/docshell/docshel4.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/docshell/docshel4.cxx b/sd/source/ui/docshell/docshel4.cxx index e9e68c8ee706..b2a7bc8cc18c 100644 --- a/sd/source/ui/docshell/docshel4.cxx +++ b/sd/source/ui/docshell/docshel4.cxx @@ -43,6 +43,7 @@ #include <comphelper/classids.hxx> #include <sot/formats.hxx> #include <sfx2/viewfrm.hxx> +#include <vcl/syswin.hxx> #include <com/sun/star/drawing/XDrawPage.hpp> #include <com/sun/star/drawing/XDrawView.hpp> |