Kaydet (Commit) 290b25af authored tarafından Jochen Nitschke's avatar Jochen Nitschke Kaydeden (comit) Samuel Mehrbrodt

tdf#95416 remove ../ style include

Change-Id: Ie3228d4cdaabfcc6034ee3ac6dd2295a33021e71
Reviewed-on: https://gerrit.libreoffice.org/27942Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
üst 3e6052ce
......@@ -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(
......
......@@ -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 );
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment