summaryrefslogtreecommitdiff
path: root/comphelper/inc/comphelper
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-07-11 06:30:35 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-07-11 06:30:35 +0000
commita18044453e3f3f963b0f3921a77142b15815cb9c (patch)
treee4b233c282f0104d54061de90340ed38fa0750c1 /comphelper/inc/comphelper
parent71d8cf71460b07fea70aff5d433f418d743128ee (diff)
#i10000# Typo corrected: 'XInputStream.hpp' instead of 'XInputStrem.hpp'.
Diffstat (limited to 'comphelper/inc/comphelper')
-rw-r--r--comphelper/inc/comphelper/embeddedobjectcontainer.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/comphelper/inc/comphelper/embeddedobjectcontainer.hxx b/comphelper/inc/comphelper/embeddedobjectcontainer.hxx
index e1a997cae96a..26a3d4ff82e1 100644
--- a/comphelper/inc/comphelper/embeddedobjectcontainer.hxx
+++ b/comphelper/inc/comphelper/embeddedobjectcontainer.hxx
@@ -7,7 +7,8 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: embeddedobjectcontainer.hxx,v $
- * $Revision: 1.15 $
+ *
+ * $Revision: 1.16 $
*
* This file is part of OpenOffice.org.
*
@@ -35,9 +36,7 @@
#include <com/sun/star/embed/XEmbeddedObject.hpp>
#include <com/sun/star/task/XInteractionHandler.hpp>
#include <com/sun/star/embed/XStorage.hpp>
-#ifndef _COM_SUN_STAR_IO_XINPUTSTREAM_HPP_
-#include <com/sun/star/io/XInputStrem.hpp>
-#endif
+#include <com/sun/star/io/XInputStream.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include "comphelper/comphelperdllapi.h"