From 364f7a33fdde0ed988dad4c84061b1a95f075619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Mon, 14 Jul 2008 06:56:56 +0000 Subject: [PATCH] #i10000# Typo in include statement corrected. --- sfx2/source/doc/graphhelp.hxx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/sfx2/source/doc/graphhelp.hxx b/sfx2/source/doc/graphhelp.hxx index 97925d5d54e7..9af90b19742c 100644 --- a/sfx2/source/doc/graphhelp.hxx +++ b/sfx2/source/doc/graphhelp.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: graphhelp.hxx,v $ - * $Revision: 1.5 $ + * $Revision: 1.6 $ * * This file is part of OpenOffice.org. * @@ -29,10 +29,7 @@ ************************************************************************/ #include - -#ifndef _COM_SUN_STAR_IO_XSTREAM_HPP_ -#include -#endif +#include #include class SvMemoryStream;