summaryrefslogtreecommitdiff
path: root/sc/inc/servuno.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-05-17 20:01:16 +0200
committerJochen Nitschke <j.nitschke+logerrit@ok.de>2018-06-11 21:55:22 +0200
commitd2dab4079b716f3c2a2c53ab8070340995aed58d (patch)
treec982ff5d92b76ac3a4fbe8e714417c0610b318f6 /sc/inc/servuno.hxx
parent0da89ede1fee3a9079b7b41ee8b34504ddeb5ee5 (diff)
tdf#42949 Fix IWYU warnings in sc/inc/s*
Found with bin/find-unneeded-includes Removal proposals and fallout management are dealt with here. Change-Id: I21217fbac071f06987b989e735982b2dfad6a54e Reviewed-on: https://gerrit.libreoffice.org/55537 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'sc/inc/servuno.hxx')
-rw-r--r--sc/inc/servuno.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/inc/servuno.hxx b/sc/inc/servuno.hxx
index d3e55bcaf272..aa0ab5151ec4 100644
--- a/sc/inc/servuno.hxx
+++ b/sc/inc/servuno.hxx
@@ -20,8 +20,10 @@
#ifndef INCLUDED_SC_INC_SERVUNO_HXX
#define INCLUDED_SC_INC_SERVUNO_HXX
-#include <com/sun/star/uno/XInterface.hpp>
-#include <com/sun/star/uno/Sequence.hxx>
+#include <com/sun/star/uno/Sequence.h>
+#include <com/sun/star/uno/Reference.h>
+
+namespace com { namespace sun { namespace star { namespace uno { class XInterface; } } } }
class ScDocShell;