summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/tp_3D_SceneAppearance.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-10-08 02:29:37 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-11-09 08:49:24 +0100
commit8cac3565f9d556dc8515fb9d747be7d2975d51d4 (patch)
tree4ea665cdc30835d379073721d5a20565e7d9fb4c /chart2/source/controller/dialogs/tp_3D_SceneAppearance.hxx
parentd8cca1c3720e3c3d352e68ecd0dbe8bfbbaf1e4e (diff)
tdf#42949 Fix IWYU warnings in chart2/source/controller/dialogs/*hxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ie6fb9f03f36d71e7b07ef70238d969db65121c8f Reviewed-on: https://gerrit.libreoffice.org/61506 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'chart2/source/controller/dialogs/tp_3D_SceneAppearance.hxx')
-rw-r--r--chart2/source/controller/dialogs/tp_3D_SceneAppearance.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/chart2/source/controller/dialogs/tp_3D_SceneAppearance.hxx b/chart2/source/controller/dialogs/tp_3D_SceneAppearance.hxx
index f30ce108aae3..f85d33290c67 100644
--- a/chart2/source/controller/dialogs/tp_3D_SceneAppearance.hxx
+++ b/chart2/source/controller/dialogs/tp_3D_SceneAppearance.hxx
@@ -20,13 +20,11 @@
#define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_3D_SCENEAPPEARANCE_HXX
#include <vcl/tabpage.hxx>
-#include <vcl/field.hxx>
#include <vcl/button.hxx>
#include <vcl/lstbox.hxx>
-#include <com/sun/star/drawing/ShadeMode.hpp>
-#include <com/sun/star/frame/XModel.hpp>
-#include <ControllerLockGuard.hxx>
+namespace chart { class ControllerLockHelper; }
+namespace com { namespace sun { namespace star { namespace frame { class XModel; } } } }
namespace chart
{