summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/table/swtable.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/table/swtable.cxx b/sw/source/core/table/swtable.cxx
index 8fb34eb88f6b..0b91e902413a 100644
--- a/sw/source/core/table/swtable.cxx
+++ b/sw/source/core/table/swtable.cxx
@@ -1210,7 +1210,7 @@ void SwTable::NewSetTabCols( Parm &rParm, const SwTabCols &rNew,
ColChange aChg( 0, 0 );
aOldNew.push_front( aChg );
std::vector<sal_uInt16> aRowSpanPos;
- if( nCurr )
+ if (nCurr > 0)
{
ChangeList aCopy;
sal_uInt16 nPos = 0;