| commit | afbbdcc216a84b59fb263777659b044c4a7cf6f0 | [log] |
|---|---|---|
| author | himajin100000 <himajin100000@gmail.com> | Sat Jan 12 09:04:01 2019 +0900 |
| committer | Noel Grandin <noel.grandin@collabora.co.uk> | Sat Jan 12 19:54:21 2019 +0100 |
| tree | 3c4ade6c29a2f3f57e81951570b6342608ba909e | |
| parent | 0c31cc212fce6b8c28ddc1648fed245dc840a08a [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>
diff --git a/sw/source/core/bastyp/tabcol.cxx b/sw/source/core/bastyp/tabcol.cxx index 3c4e08e..0ecbb10 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; }