summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/main/UndoGuard.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/main/UndoGuard.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/main/UndoGuard.hxx')
-rw-r--r--chart2/source/controller/main/UndoGuard.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/controller/main/UndoGuard.hxx b/chart2/source/controller/main/UndoGuard.hxx
index b8ade04817d8..5f3331ed63c0 100644
--- a/chart2/source/controller/main/UndoGuard.hxx
+++ b/chart2/source/controller/main/UndoGuard.hxx
@@ -21,13 +21,13 @@
#include "ChartModelClone.hxx"
-#include <com/sun/star/document/XUndoManager.hpp>
-#include <com/sun/star/frame/XModel.hpp>
-
#include <rtl/ustring.hxx>
#include <memory>
+namespace com { namespace sun { namespace star { namespace document { class XUndoManager; } } } }
+namespace com { namespace sun { namespace star { namespace frame { class XModel; } } } }
+
namespace chart
{