summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2016-10-20 23:22:56 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2016-10-20 23:23:51 +0200
commit66c1ae50e43f9a738f089356e8225022f776f90b (patch)
treef37151d631509cf1c707c079fd559a9f1d42aecf
parent95c787160448d37e82efe8b7ee2f63bc4eea8541 (diff)
Typo in commented-out code
Change-Id: I9f276a6de54dd3542249b47986d2ca6b3f27413d
-rw-r--r--vcl/source/gdi/CommonSalLayout.cxx2
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