diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-05-21 16:43:40 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-05-22 13:27:41 +0200 |
commit | 78b7e1dfba4fb776db801c478a830057ff67d965 (patch) | |
tree | efdd4185035a725f0058bab4043e5bda3bfad953 /basctl | |
parent | aff8471dbffdd6d26e63533d7ffa8ddea6b2396b (diff) |
move InterimItemWindow to vcl
Change-Id: If0a4a14708810c44d087b51961f2ecb3fda4df23
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94649
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/baside2.hxx | 2 | ||||
-rw-r--r-- | basctl/source/inc/IDEComboBox.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/basctl/source/basicide/baside2.hxx b/basctl/source/basicide/baside2.hxx index 9f69d9e4086b..110e8f483388 100644 --- a/basctl/source/basicide/baside2.hxx +++ b/basctl/source/basicide/baside2.hxx @@ -26,7 +26,7 @@ #include <basic/sbmod.hxx> #include <basic/sbstar.hxx> -#include <svtools/InterimItemWindow.hxx> +#include <vcl/InterimItemWindow.hxx> #include <vcl/idle.hxx> #include <vcl/weld.hxx> diff --git a/basctl/source/inc/IDEComboBox.hxx b/basctl/source/inc/IDEComboBox.hxx index 32b8bc43c576..ade0fd6732cc 100644 --- a/basctl/source/inc/IDEComboBox.hxx +++ b/basctl/source/inc/IDEComboBox.hxx @@ -22,7 +22,7 @@ #include <svl/stritem.hxx> #include <sfx2/tbxctrl.hxx> -#include <svtools/InterimItemWindow.hxx> +#include <vcl/InterimItemWindow.hxx> #include "doceventnotifier.hxx" #include "scriptdocument.hxx" |