sw/source/core/bastyp/tabcol.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit afbbdcc216a84b59fb263777659b044c4a7cf6f0 Author: himajin100000 <himajin100...@gmail.com> AuthorDate: Sat Jan 12 09:04:01 2019 +0900 Commit: Noel Grandin <noel.gran...@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.gran...@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; } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits