View | Details | Raw Unified | Return to issue 89838
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +1 lines)
Line  Link Here
0
-- vcl/source/gdi/sallayout.cxx
0
++ vcl/source/gdi/sallayout.cxx
Lines 84-91 Link Here
84
        || (nChar >= 0xFF5B && nChar <= 0xFF9F) // halfwidth forms
84
        || (nChar >= 0xFF5B && nChar <= 0xFF9F) // halfwidth forms
85
        ||  nChar == 0xFFE3 )
85
        ||  nChar == 0xFFE3 )
86
            return GF_NONE; // not rotated
86
            return GF_NONE; // not rotated
87
        else if( nChar == 0x30fc )
88
            return GF_ROTR; // right
89
        return GF_ROTL;     // left
87
        return GF_ROTL;     // left
90
    }
88
    }
91
89

Return to issue 89838