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 /sd | |
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 'sd')
-rw-r--r-- | sd/source/ui/inc/diactrl.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/inc/gluectrl.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/diactrl.hxx b/sd/source/ui/inc/diactrl.hxx index 60b713a095d1..3aa9d11edde8 100644 --- a/sd/source/ui/inc/diactrl.hxx +++ b/sd/source/ui/inc/diactrl.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_INC_DIACTRL_HXX #define INCLUDED_SD_SOURCE_UI_INC_DIACTRL_HXX -#include <sfx2/InterimItemWindow.hxx> +#include <svtools/InterimItemWindow.hxx> #include <sfx2/tbxctrl.hxx> namespace com { namespace sun { namespace star { namespace frame { class XFrame; } } } } diff --git a/sd/source/ui/inc/gluectrl.hxx b/sd/source/ui/inc/gluectrl.hxx index ebaf5b607d78..650edc8d840a 100644 --- a/sd/source/ui/inc/gluectrl.hxx +++ b/sd/source/ui/inc/gluectrl.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_INC_GLUECTRL_HXX #define INCLUDED_SD_SOURCE_UI_INC_GLUECTRL_HXX -#include <sfx2/InterimItemWindow.hxx> +#include <svtools/InterimItemWindow.hxx> #include <sfx2/tbxctrl.hxx> enum class SdrEscapeDirection; |