[Libreoffice-commits] core.git: sd/inc sd/source
Jochen Nitschke
j.nitschke+logerrit at ok.de
Tue Aug 23 05:41:42 UTC 2016
sd/inc/createunocustomshow.hxx | 3 ++-
sd/inc/createunopageimpl.hxx | 5 ++++-
sd/source/core/sdpage.cxx | 3 ++-
3 files changed, 8 insertions(+), 3 deletions(-)
New commits:
commit 290b25af222124051cc611061de9caf8f1efe966
Author: Jochen Nitschke <j.nitschke+logerrit at ok.de>
Date: Sun Aug 7 21:46:15 2016 +0200
tdf#95416 remove ../ style include
Change-Id: Ie3228d4cdaabfcc6034ee3ac6dd2295a33021e71
Reviewed-on: https://gerrit.libreoffice.org/27942
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
diff --git a/sd/inc/createunocustomshow.hxx b/sd/inc/createunocustomshow.hxx
index 501f863..a101959 100644
--- a/sd/inc/createunocustomshow.hxx
+++ b/sd/inc/createunocustomshow.hxx
@@ -20,8 +20,9 @@
#ifndef INCLUDED_SD_INC_CREATEUNOCUSTOMSHOW_HXX
#define INCLUDED_SD_INC_CREATEUNOCUSTOMSHOW_HXX
-#include <sal/config.h>
+#include <com/sun/star/uno/Reference.hxx>
+namespace com { namespace sun { namespace star { namespace uno { class XInterface; } } } }
class SdCustomShow;
css::uno::Reference<css::uno::XInterface> createUnoCustomShow(
diff --git a/sd/inc/createunopageimpl.hxx b/sd/inc/createunopageimpl.hxx
index 75702bc..222c0a8 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 );
diff --git a/sd/source/core/sdpage.cxx b/sd/source/core/sdpage.cxx
index 34dd2ef..d794cff 100644
--- a/sd/source/core/sdpage.cxx
+++ b/sd/source/core/sdpage.cxx
@@ -20,6 +20,7 @@
#include <algorithm>
#include <comphelper/classids.hxx>
+#include <comphelper/embeddedobjectcontainer.hxx>
#include <vcl/svapp.hxx>
#include <editeng/outliner.hxx>
@@ -54,11 +55,11 @@
#include <rtl/ustring.hxx>
#include <basegfx/tools/tools.hxx>
-#include "../ui/inc/DrawDocShell.hxx"
#include "Outliner.hxx"
#include "app.hrc"
#include "createunopageimpl.hxx"
#include "drawdoc.hxx"
+#include "sdmod.hxx"
#include "sdpage.hxx"
#include "pglink.hxx"
#include "sdresid.hxx"
More information about the Libreoffice-commits
mailing list