> On February 8, 2015 at 10:32 PM Matteo Campanelli
> <matteo.campane...@gmail.com> wrote:

> Does anyone have some pointers to where this happens in Calc's code (i.e.
> where urls are assigned a background)?

An URL value inside cell is represented by an SvxURLField instance, so doing a
git grep on SvxURLField in the sc module should narrow things down for you.  The
gray background is applied to all field items, of which URL is one.  So, if the
background color is still applied but the URL becomes empty, then perhaps Calc
is failing to copy the URL data during copy-n-paste or something.

Beyond that, I really don't have any more clue.

Kohei
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to