Some strange lines by taking a look at the bt of fdo#51916

julien2412 serval2412 at yahoo.fr
Mon Jul 9 14:13:06 PDT 2012


Hello,

I retrieved the bt of fdo#51916 (see
https://bugs.freedesktop.org/attachment.cgi?id=64049&action=edit)

By taking a looking at it, I noticed these :
http://opengrok.libreoffice.org/xref/core/sw/source/core/docnode/ndtbl.cxx#1360
new SwEndNode( aCellEndIdx, *pSttNd );
No idea about this :-(

http://opengrok.libreoffice.org/xref/core/sw/source/core/docnode/ndtbl.cxx#1363
for(;aCellNodeIdx <= aCellIter->aEnd; ++aCellNodeIdx )
At first glance, I'd would change it on :
for(;aCellNodeIdx != aCellIter->aEnd; ++aCellNodeIdx )

Any idea about these lines ?

Julien.

--
View this message in context: http://nabble.documentfoundation.org/Some-strange-lines-by-taking-a-look-at-the-bt-of-fdo-51916-tp3994561.html
Sent from the Dev mailing list archive at Nabble.com.


More information about the LibreOffice mailing list