From 14d2a60053e30dcb7e6956637fe8d57d18563e3f Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 28 Aug 2011 00:17:42 +0100 Subject: remove ByteString::IsAlphaNumericAscii and refactor a bit --- svtools/bmpmaker/bmpcore.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svtools/bmpmaker') diff --git a/svtools/bmpmaker/bmpcore.cxx b/svtools/bmpmaker/bmpcore.cxx index c4f8db80f356..c6b13db704f0 100644 --- a/svtools/bmpmaker/bmpcore.cxx +++ b/svtools/bmpmaker/bmpcore.cxx @@ -134,7 +134,7 @@ void BmpCreator::ImplCreate( const ::std::vector< DirEntry >& rInDirs, aLine.EraseLeadingChars( '\t' ); aLine.EraseAllChars( ';' ); - if (comphelper::string::isAsciiDecimalString(aLine)) + if (comphelper::string::isdigitAsciiString(aLine)) { aString = aPrefix; -- cgit