On Wed, Jun 20, 2012 at 09:17:16AM +0200, Tomaž Vajngerl <[email protected]> wrote: > As far as I can see by just looking at this snippet of code this is > needed because rText would be ", ... , ... , ..." instead of "... , > ... , ..." if you omit rText.Len() from the if statement. In other > words.. the rText.Len() is to ensure you don't write comma at the > beginning of rText.
BTW Julien, if you're interested -- wouldn't it be nicer to just use comphelper::string::convertCommaSeparated() here? _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
