Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


On Tue, 2011-07-19 at 11:06 +0200, Maciej Rumianowski wrote:
Hi Kohei,

Hi Maciej,

So, I've reviewed your revised patches and they look good.  I've pushed
them to master with one minor syntactic change.

I've changed in ScTabViewShell::Execute()

  if ( aIndexList.size() )

to

  if ( !aIndexList.empty() )

For vector both are fine performance-wise though for other STL
containers using empty() is faster.  But even with vector it's better to
make this a habit IMO.

Anyway, thanks for your patches again, and we look forward to receiving
more patches from you in the future. :-)

Kohei

-- 
Kohei Yoshida, LibreOffice hacker, Calc
<kyoshida@novell.com>


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.