summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/filter/ww8/ww8atr.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/filter/ww8/ww8atr.cxx b/sw/source/filter/ww8/ww8atr.cxx
index 8bcc97c768ed..0e285081d079 100644
--- a/sw/source/filter/ww8/ww8atr.cxx
+++ b/sw/source/filter/ww8/ww8atr.cxx
@@ -5054,11 +5054,13 @@ static void ParaTabStopDelAdd( WW8Export& rWrt,
if( nOP < nNP ) // next tab is old
{
+ assert(pTO);
aTab.Del(*pTO, nLStypeMgn); // must be deleted
nO++;
}
else if( nNP < nOP ) // next tab is new
{
+ assert(pTN);
aTab.Add(*pTN, nLParaMgn); // must be inserted
nN++;
}