From 193581a7cc7161dec844c6f35ba710ee8c98107c Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Sun, 25 Mar 2012 07:10:16 +0900 Subject: removed duplicate includes in sd --- sd/source/ui/docshell/docshel3.cxx | 1 - sd/source/ui/docshell/docshel4.cxx | 1 - sd/source/ui/docshell/docshell.cxx | 3 --- 3 files changed, 5 deletions(-) (limited to 'sd/source/ui/docshell') diff --git a/sd/source/ui/docshell/docshel3.cxx b/sd/source/ui/docshell/docshel3.cxx index 87a073837b45..472d0095083a 100644 --- a/sd/source/ui/docshell/docshel3.cxx +++ b/sd/source/ui/docshell/docshel3.cxx @@ -62,7 +62,6 @@ #include "View.hxx" #include "slideshow.hxx" #include "fuhhconv.hxx" -#include "slideshow.hxx" using namespace ::com::sun::star; using namespace ::com::sun::star::beans; diff --git a/sd/source/ui/docshell/docshel4.cxx b/sd/source/ui/docshell/docshel4.cxx index cc152e1374ab..d0025669e857 100644 --- a/sd/source/ui/docshell/docshel4.cxx +++ b/sd/source/ui/docshell/docshel4.cxx @@ -897,7 +897,6 @@ sal_Bool DrawDocShell::GotoBookmark(const String& rBookmark) |* SaveAsOwnFormat: wenn es eine Dokumentvorlage werden soll, |* \************************************************************************/ -#include sal_Bool DrawDocShell::SaveAsOwnFormat( SfxMedium& rMedium ) { diff --git a/sd/source/ui/docshell/docshell.cxx b/sd/source/ui/docshell/docshell.cxx index b9ca0447fec0..2f8bf12a4d1f 100644 --- a/sd/source/ui/docshell/docshell.cxx +++ b/sd/source/ui/docshell/docshell.cxx @@ -42,9 +42,6 @@ #include #include #include -#include -#include -#include #include #include #include -- cgit