summaryrefslogtreecommitdiff
path: root/i18npool/source/characterclassification
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-07-21 13:27:06 +0000
committerOliver Bolte <obo@openoffice.org>2005-07-21 13:27:06 +0000
commit7e12fd4d4cf4abc5ce6294e9dcc3e788caf07ef5 (patch)
treea500a4b244d81ff9088f3ed1a17ad2cb00dce22e /i18npool/source/characterclassification
parentb7a5ad64d878e0138fceeb81261bdc71c4c20cca (diff)
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)
Diffstat (limited to 'i18npool/source/characterclassification')
-rw-r--r--i18npool/source/characterclassification/scripttypedetector.cxx6
1 files changed, 3 insertions, 3 deletions
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