On Thursday 29 of December 2011, Brad Sowden wrote: > Hi, > > See attached. > > Note 1 > ------ > I made the following change in one place. Is this ok or should I call > reserve(10) to be safe? > > - SvStrings aArr( 10, 10 ); > + std::vector<String*> aArr;
The same like before. Pushed. -- Lubos Lunak [email protected] _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
