summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-20 13:11:26 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-20 13:11:26 +0000
commite45b08b1a0566ac9e7b1017bbb346317335e0a02 (patch)
tree13be4cfd1330a53b42535c81a99ebf8374ce3b6e
parent8dbc65361b1623153705c5fecdbd10d9c37a99c8 (diff)
INTEGRATION: CWS mba30patches01 (1.4.210); FILE MERGED
2008/04/23 10:57:42 mba 1.4.210.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/18 15:48:38 mba 1.4.210.1: #i86359#: remove unused code
-rw-r--r--filter/source/placeware/Base64Codec.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/filter/source/placeware/Base64Codec.cxx b/filter/source/placeware/Base64Codec.cxx
index a5725bc6aeda..cc25fb146204 100644
--- a/filter/source/placeware/Base64Codec.cxx
+++ b/filter/source/placeware/Base64Codec.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: Base64Codec.cxx,v $
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
* This file is part of OpenOffice.org.
*
@@ -148,7 +148,7 @@ void Base64Codec::encodeBase64(rtl::OUStringBuffer& aStrBuffer, const uno::Seque
const rtl::OUString s2equal(RTL_CONSTASCII_USTRINGPARAM("=="));
const rtl::OUString s1equal(RTL_CONSTASCII_USTRINGPARAM("="));
-
+#if 0
void FourByteToThreeByte (sal_uInt8* pBuffer, sal_Int32& nLength, const sal_Int32 nStart, const rtl::OUString& sString)
{
nLength = 0;
@@ -207,3 +207,4 @@ void Base64Codec::decodeBase64(uno::Sequence< sal_uInt8 >& aBuffer, const rtl::O
aBuffer = uno::Sequence<sal_uInt8>(pBuffer, nSecondLength);
delete[] pBuffer;
}
+#endif