This commit is contained in:
mkaply%us.ibm.com 2001-05-18 02:43:25 +00:00
Родитель 6168b247dd
Коммит 7e54e8cbb1
2 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -893,11 +893,9 @@ nsBidiPresUtils::FormatUnicodeText(nsIPresContext* aPresContext,
PRBool doReverse = PR_FALSE;
printf("aCharType is %d\n", aCharType);
if (aIsBidiSystem) {
if (CHARTYPE_IS_RTL(aCharType) ^ aIsOddLevel) {
doReverse = PR_TRUE;
printf("doReverse set to TRUE\n");
}
}
else if (aIsOddLevel) {
@ -929,7 +927,6 @@ printf("doReverse set to TRUE\n");
(PRUint32 *)&newLen);
} // eCharType_RightToLeftArabic
else {
printf("reversing buffer\n");
rv = mBidiEngine->WriteReverse(aText, aTextLength, buffer,
NSBIDI_REMOVE_BIDI_CONTROLS | NSBIDI_DO_MIRRORING,
&newLen);

Просмотреть файл

@ -893,11 +893,9 @@ nsBidiPresUtils::FormatUnicodeText(nsIPresContext* aPresContext,
PRBool doReverse = PR_FALSE;
printf("aCharType is %d\n", aCharType);
if (aIsBidiSystem) {
if (CHARTYPE_IS_RTL(aCharType) ^ aIsOddLevel) {
doReverse = PR_TRUE;
printf("doReverse set to TRUE\n");
}
}
else if (aIsOddLevel) {
@ -929,7 +927,6 @@ printf("doReverse set to TRUE\n");
(PRUint32 *)&newLen);
} // eCharType_RightToLeftArabic
else {
printf("reversing buffer\n");
rv = mBidiEngine->WriteReverse(aText, aTextLength, buffer,
NSBIDI_REMOVE_BIDI_CONTROLS | NSBIDI_DO_MIRRORING,
&newLen);