summaryrefslogtreecommitdiff
path: root/sd/inc/createunopageimpl.hxx
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2016-08-07 21:46:15 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-08-23 05:41:17 +0000
commit290b25af222124051cc611061de9caf8f1efe966 (patch)
treeec8fa20d4ad412e164f5edc6da696a5579e96d58 /sd/inc/createunopageimpl.hxx
parent3e6052ce1b9a24f82358e574de32919fa2b6499f (diff)
tdf#95416 remove ../ style include
Change-Id: Ie3228d4cdaabfcc6034ee3ac6dd2295a33021e71 Reviewed-on: https://gerrit.libreoffice.org/27942 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sd/inc/createunopageimpl.hxx')
-rw-r--r--sd/inc/createunopageimpl.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/sd/inc/createunopageimpl.hxx b/sd/inc/createunopageimpl.hxx
index 75702bc24316..222c0a861fbb 100644
--- a/sd/inc/createunopageimpl.hxx
+++ b/sd/inc/createunopageimpl.hxx
@@ -20,7 +20,10 @@
#ifndef INCLUDED_SD_INC_CREATEUNOPAGEIMPL_HXX
#define INCLUDED_SD_INC_CREATEUNOPAGEIMPL_HXX
-#include <sal/config.h>
+#include <com/sun/star/uno/Reference.hxx>
+
+namespace com { namespace sun { namespace star { namespace uno { class XInterface; } } } }
+class SdPage;
css::uno::Reference< css::uno::XInterface > createUnoPageImpl( SdPage* pPage );