From 741b56fc09e8c9c4361baa7a876fe3c8b81710db Mon Sep 17 00:00:00 2001 From: Bartosz Kosiorek Date: Wed, 23 Nov 2016 03:21:04 +0100 Subject: tdf#42949 Remove unused uno headers from /sd/source/core Change-Id: Idab4a8c35474a973ee98e060b99a5ed679dc14ea Reviewed-on: https://gerrit.libreoffice.org/31098 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sd/source/core/CustomAnimationCloner.cxx | 7 +------ sd/source/core/CustomAnimationEffect.cxx | 1 - sd/source/core/EffectMigration.cxx | 3 --- sd/source/core/TransitionPreset.cxx | 1 - sd/source/core/annotations/AnnotationEnumeration.cxx | 1 - sd/source/core/drawdoc.cxx | 2 -- sd/source/core/drawdoc2.cxx | 2 -- sd/source/core/drawdoc3.cxx | 2 -- sd/source/core/drawdoc4.cxx | 2 -- sd/source/core/sdpage_animations.cxx | 1 - 10 files changed, 1 insertion(+), 21 deletions(-) (limited to 'sd') diff --git a/sd/source/core/CustomAnimationCloner.cxx b/sd/source/core/CustomAnimationCloner.cxx index 6fcb46e5fb32..a8d2d24e63f8 100644 --- a/sd/source/core/CustomAnimationCloner.cxx +++ b/sd/source/core/CustomAnimationCloner.cxx @@ -17,19 +17,14 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include #include #include -#include -#include #include -#include -#include -#include #include #include #include #include -#include #include #include #include diff --git a/sd/source/core/CustomAnimationEffect.cxx b/sd/source/core/CustomAnimationEffect.cxx index 74d842b84c02..469e06ec6f2a 100644 --- a/sd/source/core/CustomAnimationEffect.cxx +++ b/sd/source/core/CustomAnimationEffect.cxx @@ -23,7 +23,6 @@ #include #include #include -#include #include #include #include diff --git a/sd/source/core/EffectMigration.cxx b/sd/source/core/EffectMigration.cxx index 607f7982b3d7..2348381bcb9d 100644 --- a/sd/source/core/EffectMigration.cxx +++ b/sd/source/core/EffectMigration.cxx @@ -21,9 +21,6 @@ #include #include #include -#include -#include -#include #include #include #include diff --git a/sd/source/core/TransitionPreset.cxx b/sd/source/core/TransitionPreset.cxx index b4dda7d31670..b9e9a91aaadf 100644 --- a/sd/source/core/TransitionPreset.cxx +++ b/sd/source/core/TransitionPreset.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include #include #include #include diff --git a/sd/source/core/annotations/AnnotationEnumeration.cxx b/sd/source/core/annotations/AnnotationEnumeration.cxx index 07d7ad660461..842cbd522b96 100644 --- a/sd/source/core/annotations/AnnotationEnumeration.cxx +++ b/sd/source/core/annotations/AnnotationEnumeration.cxx @@ -21,7 +21,6 @@ #include -#include "com/sun/star/uno/XComponentContext.hpp" #include "com/sun/star/office/XAnnotationEnumeration.hpp" #include "AnnotationEnumeration.hxx" diff --git a/sd/source/core/drawdoc.cxx b/sd/source/core/drawdoc.cxx index f11fce123771..df8afd126746 100644 --- a/sd/source/core/drawdoc.cxx +++ b/sd/source/core/drawdoc.cxx @@ -20,7 +20,6 @@ #include #include "PageListWatcher.hxx" -#include #include #include #include @@ -74,7 +73,6 @@ #include #include #include -#include #include #include #include diff --git a/sd/source/core/drawdoc2.cxx b/sd/source/core/drawdoc2.cxx index 8c7cdba2bad8..747d316f28c8 100644 --- a/sd/source/core/drawdoc2.cxx +++ b/sd/source/core/drawdoc2.cxx @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include -#include #include #include diff --git a/sd/source/core/drawdoc3.cxx b/sd/source/core/drawdoc3.cxx index 62754d37aac0..e20c8d0ccdda 100644 --- a/sd/source/core/drawdoc3.cxx +++ b/sd/source/core/drawdoc3.cxx @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include -#include #include "comphelper/anytostring.hxx" #include "cppuhelper/exc_hlp.hxx" diff --git a/sd/source/core/drawdoc4.cxx b/sd/source/core/drawdoc4.cxx index 9d27b77b21e9..9787754d45c5 100644 --- a/sd/source/core/drawdoc4.cxx +++ b/sd/source/core/drawdoc4.cxx @@ -21,7 +21,6 @@ #include #include -#include #include #include #include @@ -89,7 +88,6 @@ #include #include #include -#include #include #include #include diff --git a/sd/source/core/sdpage_animations.cxx b/sd/source/core/sdpage_animations.cxx index f58c7047392d..2877ea59d37a 100644 --- a/sd/source/core/sdpage_animations.cxx +++ b/sd/source/core/sdpage_animations.cxx @@ -18,7 +18,6 @@ */ #include -#include #include #include #include -- cgit