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 /framework | |
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 'framework')
-rw-r--r-- | framework/source/layoutmanager/toolbarlayoutmanager.cxx | 1 | ||||
-rw-r--r-- | framework/source/uielement/toolbarmanager.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/framework/source/layoutmanager/toolbarlayoutmanager.cxx b/framework/source/layoutmanager/toolbarlayoutmanager.cxx index 4182dba99590..157299180999 100644 --- a/framework/source/layoutmanager/toolbarlayoutmanager.cxx +++ b/framework/source/layoutmanager/toolbarlayoutmanager.cxx @@ -38,6 +38,7 @@ #include <toolkit/helper/vclunohelper.hxx> #include <toolkit/helper/convert.hxx> #include <vcl/i18nhelp.hxx> +#include <vcl/floatwin.hxx> #include <vcl/dockingarea.hxx> #include <vcl/settings.hxx> #include <vcl/svapp.hxx> diff --git a/framework/source/uielement/toolbarmanager.cxx b/framework/source/uielement/toolbarmanager.cxx index 6902bcf49e00..6a52ba57b578 100644 --- a/framework/source/uielement/toolbarmanager.cxx +++ b/framework/source/uielement/toolbarmanager.cxx @@ -64,6 +64,7 @@ #include <svtools/imgdef.hxx> #include <vcl/event.hxx> #include <vcl/svapp.hxx> +#include <vcl/floatwin.hxx> #include <vcl/menu.hxx> #include <vcl/syswin.hxx> #include <vcl/taskpanelist.hxx> |