#i10000# Typo in include statement corrected.

This commit is contained in:
Rüdiger Timm 2008-07-14 06:56:56 +00:00
parent 054312ecce
commit 364f7a33fd

View file

@ -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 <com/sun/star/uno/Reference.hxx>
#ifndef _COM_SUN_STAR_IO_XSTREAM_HPP_
#include <com/sun/star/uno/XStream.hpp>
#endif
#include <com/sun/star/io/XStream.hpp>
#include <rtl/ustring.hxx>
class SvMemoryStream;