[Libreoffice-commits] core.git: vcl/source

Khaled Hosny khaledhosny at eglug.org
Wed Nov 9 23:34:39 UTC 2016


 vcl/source/gdi/CommonSalLayout.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f26df72f6e424492d101f527deb81f550ff3c941
Author: Khaled Hosny <khaledhosny at eglug.org>
Date:   Thu Nov 10 01:33:48 2016 +0200

    Typo
    
    No idea how this ever compiled for me!
    
    Change-Id: I7bfe5df755594448fbe6892873a7cedb2b235d98

diff --git a/vcl/source/gdi/CommonSalLayout.cxx b/vcl/source/gdi/CommonSalLayout.cxx
index 0883eec..965b52a 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))
                     {


More information about the Libreoffice-commits mailing list