summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/i18n/_XBreakIterator.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/i18n/_XBreakIterator.java')
-rw-r--r--qadevOOo/tests/java/ifc/i18n/_XBreakIterator.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/i18n/_XBreakIterator.java b/qadevOOo/tests/java/ifc/i18n/_XBreakIterator.java
index 7c6194d80e2e..81777db051d5 100644
--- a/qadevOOo/tests/java/ifc/i18n/_XBreakIterator.java
+++ b/qadevOOo/tests/java/ifc/i18n/_XBreakIterator.java
@@ -355,7 +355,7 @@ public class _XBreakIterator extends MultiMethodTest {
public void _beginOfSentence() {
int iPos = 0;
while( iPos < UnicodeString.length() ) {
- Integer start = new Integer( oObj.beginOfSentence(UnicodeString,
+ Integer start = Integer.valueOf( oObj.beginOfSentence(UnicodeString,
iPos, locale) );
if (start.intValue() >= 0 && !vSentenceStart.contains(start) ) {
vSentenceStart.add( start );