remove deprecated ByteString::ToInt64, which is a busted 32bit atoi anyway

This commit is contained in:
Caolán McNamara
2011-08-11 10:51:57 +01:00
parent 6bbdf4dddf
commit c32e596e24
3 changed files with 2 additions and 12 deletions

View File

@ -99,15 +99,6 @@ sal_Int32 ByteString::ToInt32() const
// -----------------------------------------------------------------------
sal_Int64 ByteString::ToInt64() const
{
DBG_CHKTHIS( ByteString, DbgCheckByteString );
return atoi( mpData->maStr );
}
// -----------------------------------------------------------------------
sal_Bool ByteString::IsLowerAscii() const
{
DBG_CHKTHIS( ByteString, DbgCheckByteString );