diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-02-24 17:22:53 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-02-24 21:24:24 +0100 |
commit | 3836c43963af1c99bcb9f9ab20f745d29b8c80fc (patch) | |
tree | 54c75209c3f4e810db05c421c81eefce8e443e9a /sd | |
parent | 7152dfea5bad11d2eba75517e0117cb91885a227 (diff) |
drop an unneeded include
Change-Id: I086036cf19b7e011da17ab5767460ac3e10eab2f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111497
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/sidebar/MasterPagesSelector.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/sidebar/MasterPagesSelector.cxx b/sd/source/ui/sidebar/MasterPagesSelector.cxx index 7376d63ec7d3..9a0ca4bd2700 100644 --- a/sd/source/ui/sidebar/MasterPagesSelector.cxx +++ b/sd/source/ui/sidebar/MasterPagesSelector.cxx @@ -37,7 +37,6 @@ #include <o3tl/safeint.hxx> #include <vcl/commandevent.hxx> #include <vcl/image.hxx> -#include <vcl/floatwin.hxx> #include <vcl/weldutils.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/viewfrm.hxx> |