[PUSHED] Re: [PATCH] convert PTRARR usage in xmloff module

2012-04-18 Thread Michael Stahl
On 17/04/12 17:37, Noel Grandin wrote: > Hi > > This patch series converts SV_*_PTRARR usage in the xmloff module. > Depending on the usage, std::vector, boost::ptr_vector, or > boost::ptr_set was used. > > It passed "make xmloff.subsequentcheck" and most of "make > subsequentcheck" (the rest

[PATCH] convert PTRARR usage in xmloff module

2012-04-17 Thread Noel Grandin
Hi This patch series converts SV_*_PTRARR usage in the xmloff module. Depending on the usage, std::vector, boost::ptr_vector, or boost::ptr_set was used. It passed "make xmloff.subsequentcheck" and most of "make subsequentcheck" (the rest is failing because there is a glitch with current ma