summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2016-11-07 06:53:38 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2016-11-07 06:53:38 +0200
commit639735edaffd35dfe99e527789402e030d95ab45 (patch)
treeb08f8fd0cd331a71c3ccfdbcab18638e7a968c03 /sw
parent8eff1decd91cbfb10094c25d4cf1d2b434a4da72 (diff)
Fix thinkos in my previous commit
Change-Id: I8f912f5a02933bdfb318dc4f946d4ad7471eb261
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/text/porlay.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/source/core/text/porlay.cxx b/sw/source/core/text/porlay.cxx
index 61e922636bf6..64b672326ee1 100644
--- a/sw/source/core/text/porlay.cxx
+++ b/sw/source/core/text/porlay.cxx
@@ -89,8 +89,10 @@ bool isBehChar(sal_Unicode cCh)
case U_JG_FARSI_YEH:
case U_JG_BURUSHASKI_YEH_BARREE:
bRet = true;
+ break;
default:
bRet = false;
+ break;
}
return bRet;
@@ -108,8 +110,10 @@ bool isYehChar(sal_Unicode cCh)
case U_JG_BURUSHASKI_YEH_BARREE:
case U_JG_YEH_WITH_TAIL:
bRet = true;
+ break;
default:
bRet = false;
+ break;
}
return bRet;