summaryrefslogtreecommitdiff
path: root/chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-09-24 07:29:16 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-09-26 17:59:57 +0200
commit3bb54d3a046feabaa35df39b7a753c385c3c4101 (patch)
treeae114ec55330b6c2ab235059b43038433becd08f /chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.cxx
parentd321b7dd08e2e9138efe925b86a502a6740e89ef (diff)
tdf#42949 Fix IWYU warnings in chart2/source/controller/chartapiwrapper/*hxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I07bdc60ecc2d8ff9ad9c109f32b350eb09ac72e5 Reviewed-on: https://gerrit.libreoffice.org/60921 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.cxx')
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.cxx b/chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.cxx
index 2a079001caeb..437c97f07b43 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.cxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.cxx
@@ -18,6 +18,9 @@
*/
#include "WrappedNumberFormatProperty.hxx"
+#include "Chart2ModelContact.hxx"
+#include <com/sun/star/chart2/XAxis.hpp>
+#include <com/sun/star/chart2/XDataSeries.hpp>
#include <unonames.hxx>
#include <osl/diagnose.h>