From a9ea920dfbb7e065ef3f5b5f204732ee2ece47db Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 22 Apr 2020 14:19:40 +0100 Subject: move InterimItemWindow to svtools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I058b1d96a3ddfaa1aa96f66d0ebc6fa68900a48c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92697 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- sc/source/ui/inc/cbnumberformat.hxx | 2 +- sc/source/ui/inc/inputwin.hxx | 2 +- sc/source/ui/inc/tbzoomsliderctrl.hxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sc/source/ui') 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 +#include 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 #include #include -#include +#include #include #include #include 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 #include #include -#include +#include #include namespace com { namespace sun { namespace star { namespace frame { class XDispatchProvider; } } } } -- cgit