diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-06-23 16:19:06 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-06-24 10:59:18 +0200 |
commit | 9406ee7aa0b4cc5580292eced6ca7c507801ae02 (patch) | |
tree | a846ff7087a5130ed85e86f4fe67b558e7dec504 /dbaccess | |
parent | 46c8ebe3d352c39bbba1a8099717fbeba384bd1a (diff) |
move SvtIconChoiceCtrl to vcl
Change-Id: I5ed8af625cb46998649c4f11255d7676a11bdc94
Reviewed-on: https://gerrit.libreoffice.org/74605
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/app/AppIconControl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/app/AppIconControl.hxx b/dbaccess/source/ui/app/AppIconControl.hxx index 12a03144b18e..38408af60687 100644 --- a/dbaccess/source/ui/app/AppIconControl.hxx +++ b/dbaccess/source/ui/app/AppIconControl.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_DBACCESS_SOURCE_UI_APP_APPICONCONTROL_HXX #define INCLUDED_DBACCESS_SOURCE_UI_APP_APPICONCONTROL_HXX -#include <svtools/ivctrl.hxx> +#include <vcl/ivctrl.hxx> #include <vcl/transfer.hxx> namespace dbaui |