summaryrefslogtreecommitdiff
path: root/package/inc/CRC32.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-20 06:16:29 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-20 06:16:29 +0000
commit47f871e8c0b679e9970007059b5659d59dfa1eda (patch)
tree05b330075d36acecec3fb08146ea0dfe91fcf09f /package/inc/CRC32.hxx
parent7a178cc3e9a91c4c303af2b01dfc128819e2ada3 (diff)
INTEGRATION: CWS fwk88 (1.12.8); FILE MERGED
2008/05/27 15:57:23 mav 1.12.8.1: #i86348# integrate the patch
Diffstat (limited to 'package/inc/CRC32.hxx')
-rw-r--r--package/inc/CRC32.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/package/inc/CRC32.hxx b/package/inc/CRC32.hxx
index ff3d42dac..d789125e6 100644
--- a/package/inc/CRC32.hxx
+++ b/package/inc/CRC32.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: CRC32.hxx,v $
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
* This file is part of OpenOffice.org.
*
@@ -46,8 +46,6 @@ public:
sal_Int32 SAL_CALL updateStream (::com::sun::star::uno::Reference < ::com::sun::star::io::XInputStream > & xStream)
throw(::com::sun::star::uno::RuntimeException);
- void SAL_CALL updateByte (sal_Int8 nByte)
- throw(::com::sun::star::uno::RuntimeException);
void SAL_CALL updateSegment(const ::com::sun::star::uno::Sequence< sal_Int8 > &b, sal_Int32 off, sal_Int32 len)
throw(::com::sun::star::uno::RuntimeException);
void SAL_CALL update(const ::com::sun::star::uno::Sequence< sal_Int8 > &b)