summaryrefslogtreecommitdiff
path: root/chart2/source/tools/ErrorBar.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-10-08 01:04:52 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-10-09 12:34:54 +0200
commit6b74c41a31fbff26606f69c90b979326d4133dc3 (patch)
tree19b3934f7487774c3b203e2b312f0aacd5f7b67b /chart2/source/tools/ErrorBar.cxx
parentef0c0dfd77f3012fc487a8a3f5e70187bdcc1347 (diff)
tdf#42949 Fix IWYU warnings in chart2/source/tools/*cxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I804895a4dd2d98707f0d1bbbc9bb78782b07a397 Reviewed-on: https://gerrit.libreoffice.org/61505 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'chart2/source/tools/ErrorBar.cxx')
-rw-r--r--chart2/source/tools/ErrorBar.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/chart2/source/tools/ErrorBar.cxx b/chart2/source/tools/ErrorBar.cxx
index 645f187cc321..8cb31099d166 100644
--- a/chart2/source/tools/ErrorBar.cxx
+++ b/chart2/source/tools/ErrorBar.cxx
@@ -20,7 +20,6 @@
#include <ErrorBar.hxx>
#include <ContainerHelper.hxx>
#include <EventListenerHelper.hxx>
-#include <PropertyHelper.hxx>
#include <CloneHelper.hxx>
#include <ModifyListenerHelper.hxx>
@@ -29,15 +28,12 @@
#include <svl/itemprop.hxx>
#include <vcl/svapp.hxx>
-#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/chart/ErrorBarStyle.hpp>
#include <com/sun/star/drawing/LineStyle.hpp>
#include <com/sun/star/util/Color.hpp>
#include <com/sun/star/drawing/LineJoint.hpp>
-#include <rtl/math.hxx>
-#include <rtl/ustrbuf.hxx>
#include <tools/diagnose_ex.h>
#include <sal/log.hxx>