From 7e12fd4d4cf4abc5ce6294e9dcc3e788caf07ef5 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 21 Jul 2005 13:27:06 +0000 Subject: INTEGRATION: CWS localedata5 (1.5.62); FILE MERGED 2005/05/19 17:20:12 er 1.5.62.1: #i47962# eliminate warning: control reached end of non-void function (could had been reached) --- i18npool/source/characterclassification/scripttypedetector.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'i18npool/source/characterclassification') diff --git a/i18npool/source/characterclassification/scripttypedetector.cxx b/i18npool/source/characterclassification/scripttypedetector.cxx index 116dc24fe68c..6ccf79ba0a58 100644 --- a/i18npool/source/characterclassification/scripttypedetector.cxx +++ b/i18npool/source/characterclassification/scripttypedetector.cxx @@ -2,9 +2,9 @@ * * $RCSfile: scripttypedetector.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2004-03-08 17:17:18 $ + * last change: $Author: obo $ $Date: 2005-07-21 14:27:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -119,8 +119,8 @@ ScriptTypeDetector::beginOfScriptDirection( const ::rtl::OUString& Text, sal_Int if (scriptDirection != getScriptDirection(Text, cPos, scriptDirection)) break; } - return cPos == nPos ? -1 : cPos + 1; } + return cPos == nPos ? -1 : cPos + 1; } sal_Int32 SAL_CALL -- cgit