From 4c39ae976837fe7c6a7529234ae369e7cc4519b7 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 29 Jan 2009 10:02:54 +0000 Subject: CWS-TOOLING: integrate CWS cmcfixes52 2009-01-05 10:49:04 +0100 cmc r265860 : #i97763# remove low-hanging warnings --- i18npool/source/breakiterator/xdictionary.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i18npool') diff --git a/i18npool/source/breakiterator/xdictionary.cxx b/i18npool/source/breakiterator/xdictionary.cxx index eeafc899a39f..fb832f0b6468 100644 --- a/i18npool/source/breakiterator/xdictionary.cxx +++ b/i18npool/source/breakiterator/xdictionary.cxx @@ -193,7 +193,7 @@ static sal_Int16 JapaneseCharType(sal_Unicode c) { if (0x3041 <= c && c <= 0x309e) return HIRAKANA; - if (0x30a1 <= c && c <= 0x30fe || 0xff65 <= c && c <= 0xff9f) + if ((0x30a1 <= c && c <= 0x30fe) || (0xff65 <= c && c <= 0xff9f)) return KATAKANA; return KANJA; } -- cgit