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 /svx/source | |
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 'svx/source')
-rw-r--r-- | svx/source/fmcomp/fmgridcl.cxx | 1 | ||||
-rw-r--r-- | svx/source/form/fmtextcontrolshell.cxx | 1 | ||||
-rw-r--r-- | svx/source/gallery2/galbrws1.cxx | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/svx/source/fmcomp/fmgridcl.cxx b/svx/source/fmcomp/fmgridcl.cxx index a96e8d984a5d..b2c9cd46b0a4 100644 --- a/svx/source/fmcomp/fmgridcl.cxx +++ b/svx/source/fmcomp/fmgridcl.cxx @@ -62,6 +62,7 @@ #include <sfx2/dispatch.hxx> #include <sfx2/viewfrm.hxx> #include <svl/eitem.hxx> +#include <vcl/builder.hxx> #include <vcl/commandevent.hxx> #include <vcl/fmtfield.hxx> #include <vcl/svapp.hxx> diff --git a/svx/source/form/fmtextcontrolshell.cxx b/svx/source/form/fmtextcontrolshell.cxx index 8815d1a2be99..a828a55c7b82 100644 --- a/svx/source/form/fmtextcontrolshell.cxx +++ b/svx/source/form/fmtextcontrolshell.cxx @@ -62,6 +62,7 @@ #include <sal/log.hxx> #include <vcl/outdev.hxx> #include <vcl/svapp.hxx> +#include <vcl/window.hxx> #include <memory> diff --git a/svx/source/gallery2/galbrws1.cxx b/svx/source/gallery2/galbrws1.cxx index 6754f8feab42..d7adffee9982 100644 --- a/svx/source/gallery2/galbrws1.cxx +++ b/svx/source/gallery2/galbrws1.cxx @@ -22,6 +22,7 @@ #include <comphelper/processfactory.hxx> #include <tools/datetime.hxx> #include <unotools/datetime.hxx> +#include <vcl/builder.hxx> #include <vcl/commandevent.hxx> #include <vcl/event.hxx> #include <vcl/settings.hxx> |