summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2016-11-10 01:33:48 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2016-11-10 01:33:48 +0200
commitf26df72f6e424492d101f527deb81f550ff3c941 (patch)
tree63b1a952126dfa50d9960366e2f014dc880b08b2
parent73b9b72cf1658208c2b2eb10cc0acfc3833dd875 (diff)
Typo
No idea how this ever compiled for me! Change-Id: I7bfe5df755594448fbe6892873a7cedb2b235d98
-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 0883eec1157e..965b52a53f5c 100644
--- a/vcl/source/gdi/CommonSalLayout.cxx
+++ b/vcl/source/gdi/CommonSalLayout.cxx
@@ -415,7 +415,7 @@ bool CommonSalLayout::LayoutText(ImplLayoutArgs& rArgs)
int32_t nIdx = nMinRunPos;
while (nIdx < nEndRunPos)
{
- int32_t nPrevIndx = nIdx;
+ int32_t nPrevIdx = nIdx;
sal_UCS4 aChar = rArgs.mrStr.iterateCodePoints(&nIdx);
switch (vcl::GetVerticalOrientation(aChar))
{