summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorhimajin100000 <himajin100000@gmail.com>2019-01-12 09:04:01 +0900
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-01-12 19:54:21 +0100
commitafbbdcc216a84b59fb263777659b044c4a7cf6f0 (patch)
tree3c4ade6c29a2f3f57e81951570b6342608ba909e /sw
parent0c31cc212fce6b8c28ddc1648fed245dc840a08a (diff)
added forgotten prefix to aData
Change-Id: I9887b8abcaccec2ec5ea14b3f43375c4b684b5ea Reviewed-on: https://gerrit.libreoffice.org/66202 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/bastyp/tabcol.cxx2
1 files changed, 1 insertions, 1 deletions
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;
}