diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-04-22 14:19:40 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-04-22 18:27:24 +0200 |
commit | a9ea920dfbb7e065ef3f5b5f204732ee2ece47db (patch) | |
tree | b07fac7993022e6d90d9d95c64d7516bd1b3dcc6 /sc/source/ui | |
parent | cf13fe3e6f6a40f6db064d65d4514d13a23a31f0 (diff) |
move InterimItemWindow to svtools
Change-Id: I058b1d96a3ddfaa1aa96f66d0ebc6fa68900a48c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92697
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/source/ui')
-rw-r--r-- | sc/source/ui/inc/cbnumberformat.hxx | 2 | ||||
-rw-r--r-- | sc/source/ui/inc/inputwin.hxx | 2 | ||||
-rw-r--r-- | sc/source/ui/inc/tbzoomsliderctrl.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/cbnumberformat.hxx b/sc/source/ui/inc/cbnumberformat.hxx index 7edd3b7fe362..df4c27af24a0 100644 --- a/sc/source/ui/inc/cbnumberformat.hxx +++ b/sc/source/ui/inc/cbnumberformat.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_CBNUMBERFORMAT_HXX #define INCLUDED_SC_SOURCE_UI_INC_CBNUMBERFORMAT_HXX -#include <sfx2/InterimItemWindow.hxx> +#include <svtools/InterimItemWindow.hxx> class ScNumberFormat final : public InterimItemWindow { diff --git a/sc/source/ui/inc/inputwin.hxx b/sc/source/ui/inc/inputwin.hxx index 4adf209daf1d..e439f5066bde 100644 --- a/sc/source/ui/inc/inputwin.hxx +++ b/sc/source/ui/inc/inputwin.hxx @@ -23,7 +23,7 @@ #include <vector> #include <memory> #include <vcl/toolbox.hxx> -#include <sfx2/InterimItemWindow.hxx> +#include <svtools/InterimItemWindow.hxx> #include <sfx2/childwin.hxx> #include <svl/lstner.hxx> #include <vcl/button.hxx> diff --git a/sc/source/ui/inc/tbzoomsliderctrl.hxx b/sc/source/ui/inc/tbzoomsliderctrl.hxx index fbcc6c339bc4..17b9b5db94c3 100644 --- a/sc/source/ui/inc/tbzoomsliderctrl.hxx +++ b/sc/source/ui/inc/tbzoomsliderctrl.hxx @@ -22,7 +22,7 @@ #include <vcl/customweld.hxx> #include <vcl/window.hxx> #include <svl/poolitem.hxx> -#include <sfx2/InterimItemWindow.hxx> +#include <svtools/InterimItemWindow.hxx> #include <sfx2/tbxctrl.hxx> namespace com { namespace sun { namespace star { namespace frame { class XDispatchProvider; } } } } |