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 /sc/source/ui/inc | |
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 'sc/source/ui/inc')
-rw-r--r-- | sc/source/ui/inc/olinewin.hxx | 1 | ||||
-rw-r--r-- | sc/source/ui/inc/tpsort.hxx | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sc/source/ui/inc/olinewin.hxx b/sc/source/ui/inc/olinewin.hxx index daf40d437532..b601417b4cc4 100644 --- a/sc/source/ui/inc/olinewin.hxx +++ b/sc/source/ui/inc/olinewin.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_OLINEWIN_HXX #define INCLUDED_SC_SOURCE_UI_INC_OLINEWIN_HXX +#include <vcl/window.hxx> #include "viewdata.hxx" class ScOutlineEntry; diff --git a/sc/source/ui/inc/tpsort.hxx b/sc/source/ui/inc/tpsort.hxx index 35be32afa3b2..1da61965b4b0 100644 --- a/sc/source/ui/inc/tpsort.hxx +++ b/sc/source/ui/inc/tpsort.hxx @@ -23,9 +23,10 @@ #include <vector> #include <sfx2/tabdlg.hxx> +#include <svtools/collatorres.hxx> #include <svx/langbox.hxx> #include <unotools/collatorwrapper.hxx> -#include <svtools/collatorres.hxx> +#include <vcl/idle.hxx> #include "sortkeydlg.hxx" |