From 3210bc85ae1276350f18f4795efefe491c2206c2 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 15 Feb 2016 12:36:11 +0100 Subject: Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePoint ...and fix its documentation, and use it throughout the code base. Change-Id: I349bc2009b1b0aa7115ea90bc6ecd0a812f63698 --- svtools/source/svrtf/svparser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svtools/source/svrtf') diff --git a/svtools/source/svrtf/svparser.cxx b/svtools/source/svrtf/svparser.cxx index b862e66766ca..33504923a684 100644 --- a/svtools/source/svrtf/svparser.cxx +++ b/svtools/source/svrtf/svparser.cxx @@ -394,7 +394,7 @@ sal_uInt32 SvParser::GetNextChar() while( 0 == nChars && !bErr ); } - if ( ! rtl::isValidCodePoint( c ) ) + if ( ! rtl::isUnicodeCodePoint( c ) ) c = (sal_uInt32) '?' ; if( bErr ) -- cgit