Missed the attachment, You can find the commit at http://cgit.freedesktop.org/libreoffice/core/commit/?id=1b93146d442bb8396126d6106f05a5bb0ee9fffa
2012/3/1 Markus Mohrhard <[email protected]>: > Hey, > > the attached patch prevents double updating of the index for copied range > names. > > The new code updating range names is in cell.cxx adjustRangeName which > does the job directly in the formula tokens. The removed code did > something similar for global range names but was incomplete and > contained some errors. In some cases the removed code did stilla djust > the range name while in most cases it did not. > > There is no need for this code anymore since all this functionality is > now covered by adjustRangeName and the old code could not deal with > local range names and some more advanced adjustments while copying > between different documents. > > Regards, > Markus _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
