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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sat Jan 12 18:54:41 UTC 2019


 sw/source/core/bastyp/tabcol.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit afbbdcc216a84b59fb263777659b044c4a7cf6f0
Author:     himajin100000 <himajin100000 at gmail.com>
AuthorDate: Sat Jan 12 09:04:01 2019 +0900
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Sat Jan 12 19:54:21 2019 +0100

    added forgotten prefix to aData
    
    Change-Id: I9887b8abcaccec2ec5ea14b3f43375c4b684b5ea
    Reviewed-on: https://gerrit.libreoffice.org/66202
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/sw/source/core/bastyp/tabcol.cxx b/sw/source/core/bastyp/tabcol.cxx
index 3c4e08e32096..0ecbb10693fd 100644
--- a/sw/source/core/bastyp/tabcol.cxx
+++ b/sw/source/core/bastyp/tabcol.cxx
@@ -76,7 +76,7 @@ void SwTabCols::Insert( long nValue, bool bValue, size_t nPos )
     m_aData.insert( m_aData.begin() + nPos, aEntry );
 
 #if OSL_DEBUG_LEVEL > 1
-    for ( const auto& rPos : aData )
+    for ( const auto& rPos : m_aData )
     {
         aEntry = rPos;
     }


More information about the Libreoffice-commits mailing list