summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-06-29 22:13:45 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-07-10 09:51:15 +0200
commite77999fda551867e4fc199a489cf898821ef6d09 (patch)
treef07a690ebd8c02c83503b68461516b46cb8011dc /sd/source/ui/unoidl
parent010264c506746d9e2185a6ee0312392d99d44885 (diff)
tdf#42949 Fix IWYU warnings in sd/*/hxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. New IWYU and recent developments in f-u-i helped to identify some non self contained files, those were fixed too. Change-Id: I4b1b4fe59c572cdd969d26aac13a276d5aa6844c Reviewed-on: https://gerrit.libreoffice.org/74981 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sd/source/ui/unoidl')
-rw-r--r--sd/source/ui/unoidl/unopool.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sd/source/ui/unoidl/unopool.hxx b/sd/source/ui/unoidl/unopool.hxx
index db7e009d4baa..fb71522dec3e 100644
--- a/sd/source/ui/unoidl/unopool.hxx
+++ b/sd/source/ui/unoidl/unopool.hxx
@@ -22,6 +22,9 @@
#include <sal/config.h>
+#include <com/sun/star/uno/Reference.hxx>
+#include <drawdoc.hxx>
+
css::uno::Reference<css::uno::XInterface> SdUnoCreatePool(
SdDrawDocument * pDrawModel);