summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/accessibility/ChartElementFactory.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-09-11 19:10:32 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-09-12 09:43:41 +0200
commitec06ffdfd54b1f6997f905f9252cecabde3a1c5a (patch)
tree7c994d1def803bfe7f3909dba777475b018ff2b3 /chart2/source/controller/accessibility/ChartElementFactory.hxx
parenttdf#119392 write bitfield in <draw:layer-set> order (diff)
downloadcore-ec06ffdfd54b1f6997f905f9252cecabde3a1c5a.tar.gz
core-ec06ffdfd54b1f6997f905f9252cecabde3a1c5a.zip
tdf#42949 Fix IWYU warnings in chart2/source/controller/[a,i,m,s]*/*hxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I5f445522e9a1ccd60555e992adf345b254b2ac83 Reviewed-on: https://gerrit.libreoffice.org/60335 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'chart2/source/controller/accessibility/ChartElementFactory.hxx')
-rw-r--r--chart2/source/controller/accessibility/ChartElementFactory.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/chart2/source/controller/accessibility/ChartElementFactory.hxx b/chart2/source/controller/accessibility/ChartElementFactory.hxx
index 9a59a8ebdf85..2d0b29b9cb2a 100644
--- a/chart2/source/controller/accessibility/ChartElementFactory.hxx
+++ b/chart2/source/controller/accessibility/ChartElementFactory.hxx
@@ -19,12 +19,11 @@
#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_ACCESSIBILITY_CHARTELEMENTFACTORY_HXX
#define INCLUDED_CHART2_SOURCE_CONTROLLER_ACCESSIBILITY_CHARTELEMENTFACTORY_HXX
-#include <AccessibleBase.hxx>
-
namespace chart
{
class AccessibleBase;
+struct AccessibleElementInfo;
class ChartElementFactory
{