On Tue, 2011-02-08 at 14:24 +0000, Nigel Hawkins wrote: > Hi, > > The attached patch removes one use of SvBytes and SvXub_StrLens from > SwScriptInfo.
bzzt... - while ( nChg < rTxt.Len() || ( !aScriptChg.Count() && ! rTxt.Len() ) ) + while ( nChg < rTxt.Len() || ( !aScriptChanges.empty() && ! rTxt.Len() ) ) !Count() -> !empty(), should have been empty(), fixed now. C. _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice