summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/xetexdir/XeTeXOTLayoutEngine.cpp
diff options
context:
space:
mode:
authorJonathan Kew <jfkthame@googlemail.com>2008-04-17 14:26:29 +0000
committerJonathan Kew <jfkthame@googlemail.com>2008-04-17 14:26:29 +0000
commit5510e0bf8ad6881494129b795d1ad7286fd70b7a (patch)
tree371f9e59e0823936d4b03f28bbc9890386514eec /Build/source/texk/web2c/xetexdir/XeTeXOTLayoutEngine.cpp
parente6d9f6ddf842b1486cc26a69c777ca93011fb090 (diff)
xetex 0.996-patch2: backported fixes from svn r.414, 449, 460, 466, 467, 468-9, 510, 436, 518, 526, 510, 557, 572, 580, 579, 634, 541-3, 589
git-svn-id: svn://tug.org/texlive/branches/branch2007@7473 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/xetexdir/XeTeXOTLayoutEngine.cpp')
-rw-r--r--Build/source/texk/web2c/xetexdir/XeTeXOTLayoutEngine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/xetexdir/XeTeXOTLayoutEngine.cpp b/Build/source/texk/web2c/xetexdir/XeTeXOTLayoutEngine.cpp
index d8ef3ed3a04..5583b31c337 100644
--- a/Build/source/texk/web2c/xetexdir/XeTeXOTLayoutEngine.cpp
+++ b/Build/source/texk/web2c/xetexdir/XeTeXOTLayoutEngine.cpp
@@ -129,7 +129,7 @@ LayoutEngine* XeTeXOTLayoutEngine::LayoutEngineFactory
break;
case arabScriptCode:
- case hebrScriptCode:
+// case hebrScriptCode:
result = new UnicodeArabicOpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags);
break;