diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2016-10-20 23:22:56 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2016-10-20 23:23:51 +0200 |
commit | 66c1ae50e43f9a738f089356e8225022f776f90b (patch) | |
tree | f37151d631509cf1c707c079fd559a9f1d42aecf /vcl | |
parent | 95c787160448d37e82efe8b7ee2f63bc4eea8541 (diff) |
Typo in commented-out code
Change-Id: I9f276a6de54dd3542249b47986d2ca6b3f27413d
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/gdi/CommonSalLayout.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/CommonSalLayout.cxx b/vcl/source/gdi/CommonSalLayout.cxx index f4fc63fed68c..cd2e91b7cd28 100644 --- a/vcl/source/gdi/CommonSalLayout.cxx +++ b/vcl/source/gdi/CommonSalLayout.cxx @@ -379,7 +379,7 @@ static int GetVerticalFlagsForScript(UScriptCode aScript) nFlag = ??; break; /* btt -90° */ - case USCRIPT_MONGOLIAN: + case USCRIPT_OGHAM: nFlag = ??; break; #endif |