summaryrefslogtreecommitdiff
path: root/package/inc/CRC32.hxx
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-03-16 16:11:42 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-03-16 16:11:42 +0000
commit19e677a2e8a4d6abc85773c5a7072e5216307a46 (patch)
tree5f4948a51e9adca78a2f39656b431191055435d9 /package/inc/CRC32.hxx
parent694a3e11e452e71a0d9d73cf08fa7bc97edc8a61 (diff)
comply with MI's required change for package->packages, as package is a reserved word in Java
Diffstat (limited to 'package/inc/CRC32.hxx')
-rw-r--r--package/inc/CRC32.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/inc/CRC32.hxx b/package/inc/CRC32.hxx
index 019c7438692a..c397df383123 100644
--- a/package/inc/CRC32.hxx
+++ b/package/inc/CRC32.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: CRC32.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mtg $ $Date: 2000-12-19 21:55:35 $
+ * last change: $Author: mtg $ $Date: 2001-03-16 17:11:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,10 +70,10 @@
#endif
#ifndef _COM_SUN_STAR_PACKAGE_XCHECKSUM_HPP_
-#include <com/sun/star/package/XChecksum.hpp>
+#include <com/sun/star/packages/XChecksum.hpp>
#endif
-class CRC32 : public cppu::WeakImplHelper1<com::sun::star::package::XChecksum>
+class CRC32 : public cppu::WeakImplHelper1<com::sun::star::packages::XChecksum>
{
private:
sal_uInt32 nCRC;