Re: [PATCH] Convert SvPtrarr and tools/table.hxx usage in sw module.

2012-03-02 Thread Noel Grandin
you are correct, I will spin a new patch. On 2012-03-02 17:42, Ivan Timofeev wrote: Hi, > -DECLARE_TABLE( SwBookmarkNodeTable, SvPtrarr* ) > +typedef std::multimap SwBookmarkNodeTable; ... > +SwBookmarkNodeTable aBkmkNodePos; ... > -SvPtrarr* pArr = (m_pImpl->pBkmkNodePos) ? > -

Re: [PATCH] Convert SvPtrarr and tools/table.hxx usage in sw module.

2012-03-02 Thread Ivan Timofeev
Hi, > -DECLARE_TABLE( SwBookmarkNodeTable, SvPtrarr* ) > +typedef std::multimap SwBookmarkNodeTable; ... > +SwBookmarkNodeTable aBkmkNodePos; ... > -SvPtrarr* pArr = (m_pImpl->pBkmkNodePos) ? > -m_pImpl->pBkmkNodePos->Get( nNd ) : 0; > -if( pArr ) > +SwBookmarkNodeTabl

Re: [PATCH] Convert SvPtrarr and tools/table.hxx usage in sw module.

2012-03-02 Thread Tor Lillqvist
Thanks, pushed to master. (Small wish: Please format the git commit comment according to conventions: One short (less than 79 characters) first line that summarizes the commit, followed if necessary by a blank line and one or several paragraphs, with max 79 character line length.) --tml

[PATCH] Convert SvPtrarr and tools/table.hxx usage in sw module.

2012-03-01 Thread Noel Grandin
Hi License is on file. Regards, Noel Grandin Disclaimer: http://www.peralex.com/disclaimer.html 0001-Convert-SvPtrarr-usage-to-std-vector-in-GetBookmarks.patch Description: application/mbox ___ LibreOffice mailing list LibreOffice@lists.freedeskt