summaryrefslogtreecommitdiff
path: root/chart2/source/controller/inc/dlg_ObjectProperties.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-05-28 01:10:13 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-06-09 12:52:02 +0200
commitfa9d10e3350b84c3a249294cad650188dce39538 (patch)
tree59bc49f868415b4afa212a483ba67c2400c34c2f /chart2/source/controller/inc/dlg_ObjectProperties.hxx
parent0453b6a8453355229b2537186cb12fa529be8e89 (diff)
tdf#42949 Fix IWYU warnings in chart2/source/controller/inc/[A-G]*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. A bit of fallout management was needed. Change-Id: Ibbd16ba39d58891b834ae83feaa03f0522bdbb76 Reviewed-on: https://gerrit.libreoffice.org/55241 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'chart2/source/controller/inc/dlg_ObjectProperties.hxx')
-rw-r--r--chart2/source/controller/inc/dlg_ObjectProperties.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/inc/dlg_ObjectProperties.hxx b/chart2/source/controller/inc/dlg_ObjectProperties.hxx
index afa83bc6f56c..bfc1c9e09961 100644
--- a/chart2/source/controller/inc/dlg_ObjectProperties.hxx
+++ b/chart2/source/controller/inc/dlg_ObjectProperties.hxx
@@ -21,8 +21,8 @@
#include <ObjectIdentifier.hxx>
#include <sfx2/tabdlg.hxx>
-#include <svx/dlgctrl.hxx>
-#include <com/sun/star/util/XNumberFormatsSupplier.hpp>
+
+namespace com { namespace sun { namespace star { namespace util { class XNumberFormatsSupplier; } } } }
namespace chart
{