From 054312eccef7e42c1d831e65f472be353f70766e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Mon, 14 Jul 2008 06:38:48 +0000 Subject: [PATCH] #i10000# Typo in include statement corrected. --- framework/inc/recording/dispatchrecorder.hxx | 8 +------- framework/inc/recording/dispatchrecordersupplier.hxx | 6 ++---- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/framework/inc/recording/dispatchrecorder.hxx b/framework/inc/recording/dispatchrecorder.hxx index 328600338905..c24e29c8312a 100644 --- a/framework/inc/recording/dispatchrecorder.hxx +++ b/framework/inc/recording/dispatchrecorder.hxx @@ -21,16 +21,10 @@ #include #include #include - -#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_ -#include -#endif +#include #include #include - -#ifndef _COM_SUN_STAR_UNO_RUNTIMEEXCEPTION_HDL_ #include -#endif #include #include diff --git a/framework/inc/recording/dispatchrecordersupplier.hxx b/framework/inc/recording/dispatchrecordersupplier.hxx index 5b5171b403bd..39f169389562 100644 --- a/framework/inc/recording/dispatchrecordersupplier.hxx +++ b/framework/inc/recording/dispatchrecordersupplier.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: dispatchrecordersupplier.hxx,v $ - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -48,9 +48,7 @@ #include #include -#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_ -#include -#endif +#include #include #include