diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2021-08-08 21:08:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-08-08 22:32:12 +0200 |
commit | 2c1ae17421af0fc0e398b66bc2a07f27977a5bf0 (patch) | |
tree | 3280843e618053ff16d8e8be9a4baf40cd42bb88 /accessibility | |
parent | 12dd1ce1dddc4ebad6be94ddec167cc7f6c45fe3 (diff) |
no need to allocate ControlLayoutData separately
Change-Id: I239befdaa05beea5200c81f23d0af861c9fc3baa
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120177
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'accessibility')
3 files changed, 1 insertions, 3 deletions
diff --git a/accessibility/source/extended/accessibleiconchoicectrlentry.cxx b/accessibility/source/extended/accessibleiconchoicectrlentry.cxx index b4ed1db209ab..8cc2f083ad63 100644 --- a/accessibility/source/extended/accessibleiconchoicectrlentry.cxx +++ b/accessibility/source/extended/accessibleiconchoicectrlentry.cxx @@ -24,7 +24,6 @@ #include <com/sun/star/accessibility/AccessibleStateType.hpp> #include <com/sun/star/lang/IndexOutOfBoundsException.hpp> #include <vcl/svapp.hxx> -#include <vcl/toolkit/controllayout.hxx> #include <vcl/settings.hxx> #include <toolkit/helper/convert.hxx> #include <unotools/accessiblestatesethelper.hxx> diff --git a/accessibility/source/extended/accessiblelistboxentry.cxx b/accessibility/source/extended/accessiblelistboxentry.cxx index ceacee0b4489..06cc2cf6897e 100644 --- a/accessibility/source/extended/accessiblelistboxentry.cxx +++ b/accessibility/source/extended/accessiblelistboxentry.cxx @@ -29,7 +29,6 @@ #include <com/sun/star/lang/IndexOutOfBoundsException.hpp> #include <i18nlangtag/languagetag.hxx> #include <vcl/svapp.hxx> -#include <vcl/toolkit/controllayout.hxx> #include <vcl/settings.hxx> #include <toolkit/helper/convert.hxx> #include <unotools/accessiblestatesethelper.hxx> diff --git a/accessibility/source/standard/vclxaccessiblestatusbaritem.cxx b/accessibility/source/standard/vclxaccessiblestatusbaritem.cxx index b647036c316d..8406742060ac 100644 --- a/accessibility/source/standard/vclxaccessiblestatusbaritem.cxx +++ b/accessibility/source/standard/vclxaccessiblestatusbaritem.cxx @@ -30,10 +30,10 @@ #include <cppuhelper/supportsservice.hxx> #include <unotools/accessiblestatesethelper.hxx> #include <unotools/accessiblerelationsethelper.hxx> +#include <vcl/ctrl.hxx> #include <vcl/svapp.hxx> #include <vcl/unohelp2.hxx> #include <vcl/status.hxx> -#include <vcl/toolkit/controllayout.hxx> #include <vcl/settings.hxx> #include <i18nlangtag/languagetag.hxx> |