diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-02-24 20:37:34 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-02-25 21:12:08 +0100 |
commit | 27272097e6492ac8919a3132d28e72aa9645bebc (patch) | |
tree | f3e9092140a2f0cfde90b217099050d11aceeca3 /sfx2 | |
parent | d37b9b2f9d6340a4f100f764b02e6f562072c004 (diff) |
dockwin.hxx doesn't need to include floatwin.hxx
Change-Id: Ib0408f715c9a12f32ce2f8049d2c9c7272201d76
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111504
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/childwin.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/devtools/DevelopmentToolDockingWindow.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/dialog/dockwin.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/dialog/splitwin.cxx | 1 |
4 files changed, 5 insertions, 0 deletions
diff --git a/sfx2/source/appl/childwin.cxx b/sfx2/source/appl/childwin.cxx index 4a70d0c8592f..b07dc5b5bb40 100644 --- a/sfx2/source/appl/childwin.cxx +++ b/sfx2/source/appl/childwin.cxx @@ -29,6 +29,7 @@ #include <sal/log.hxx> #include <tools/debug.hxx> +#include <vcl/floatwin.hxx> #include <vcl/svapp.hxx> #include <sfx2/childwin.hxx> #include <sfx2/app.hxx> diff --git a/sfx2/source/devtools/DevelopmentToolDockingWindow.cxx b/sfx2/source/devtools/DevelopmentToolDockingWindow.cxx index 6bd92f17256d..fec7cdfc34ad 100644 --- a/sfx2/source/devtools/DevelopmentToolDockingWindow.cxx +++ b/sfx2/source/devtools/DevelopmentToolDockingWindow.cxx @@ -18,6 +18,8 @@ #include <sfx2/objsh.hxx> #include <sfx2/viewfrm.hxx> +#include <vcl/floatwin.hxx> + #include "SelectionChangeHandler.hxx" using namespace css; diff --git a/sfx2/source/dialog/dockwin.cxx b/sfx2/source/dialog/dockwin.cxx index c7596a43bc75..7d0a09b60715 100644 --- a/sfx2/source/dialog/dockwin.cxx +++ b/sfx2/source/dialog/dockwin.cxx @@ -24,6 +24,7 @@ #include <vcl/svapp.hxx> #include <vcl/timer.hxx> +#include <vcl/floatwin.hxx> #include <vcl/idle.hxx> #include <o3tl/safeint.hxx> #include <osl/diagnose.h> diff --git a/sfx2/source/dialog/splitwin.cxx b/sfx2/source/dialog/splitwin.cxx index 2e910f8d2fb0..6c96c0e4eb12 100644 --- a/sfx2/source/dialog/splitwin.cxx +++ b/sfx2/source/dialog/splitwin.cxx @@ -27,6 +27,7 @@ #include <tools/debug.hxx> #include <vcl/event.hxx> +#include <vcl/floatwin.hxx> #include <vcl/menu.hxx> #include <vcl/timer.hxx> #include <vcl/svapp.hxx> |