Commit db8472a4 authored by konovalovsergey's avatar konovalovsergey

fix bug 33323

parent 8b7057e4
...@@ -209,6 +209,8 @@ namespace CSVWriter ...@@ -209,6 +209,8 @@ namespace CSVWriter
if (pCell->isInitRef()) if (pCell->isInitRef())
{ {
pCell->getRowCol(nRowTmp, nCol); pCell->getRowCol(nRowTmp, nCol);
nRowTmp++;
nCol++;
} }
else else
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment