summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-07-14 06:56:56 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-07-14 06:56:56 +0000
commitbd148910157782392fc0e75ab2fafe12b06be5a1 (patch)
tree82f90aeca2f661d256b09160bc8849b456bb102a /sfx2
parentd5ff5d734428129554f6293ca5755509606d69d4 (diff)
#i10000# Typo in include statement corrected.
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/graphhelp.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sfx2/source/doc/graphhelp.hxx b/sfx2/source/doc/graphhelp.hxx
index 32bc80588e..294fbcdb04 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 <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;