summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-11-15 18:51:16 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-11-15 18:51:16 +0000
commit0c79bf34dc329c1dbe702ddff8ce97f2b575cf30 (patch)
treefdf7591a11ac0008550cfb17ec320ec1a3ffd70a /package
parent0833f220fee7234baaeba2c9daafa0c7b838bd96 (diff)
#94679# remove header to source file
Diffstat (limited to 'package')
-rw-r--r--package/inc/CRC32.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/inc/CRC32.hxx b/package/inc/CRC32.hxx
index 4587175ae9a0..549f24129d6b 100644
--- a/package/inc/CRC32.hxx
+++ b/package/inc/CRC32.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: CRC32.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: mtg $ $Date: 2001-07-04 14:56:13 $
+ * last change: $Author: mtg $ $Date: 2001-11-15 19:51:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,10 +67,10 @@
#ifndef _COM_SUN_STAR_UNO_RUNTIMEEXCEPTION_HPP_
#include <com/sun/star/uno/RuntimeException.hpp>
#endif
-#ifndef _COM_SUN_STAR_IO_XINPUTSTREAM_HPP_
-#include <com/sun/star/io/XInputStream.hpp>
-#endif
+namespace com { namespace sun { namespace star {
+ namespace io { class XInputStream; }
+} } }
class CRC32
{
protected: