On 29/07/11 10:40, Caolán McNamara wrote:
On Thu, 2011-07-28 at 12:48 -0400, Kohei Yoshida wrote:
Ok. So, I did verify that that particular ScViewFunc::CopyToClip()
method
Maybe unrelated but I saw the word "Clip" and I see that the three
argument

void ScDocument::CopyRangeNamesToClip(ScDocument* pClipDoc, const
ScRange&  rClipRange, SCTAB nTab)

became an unused method (see unused.easy) yesterday or so.

Are you sure? on master

ScDocument::CopyRangeNamesToClip(ScDocument* pClipDoc, const
ScRange&  rClipRange, SCTAB nTab)

was changed to

ScDocument::CopyRangeNamesToClip(ScDocument* pClipDoc, const
ScRangeList&  rClipRange, SCTAB nTab)


and it definitely is used ( in vbarange.cxx and in viewfun3.cxx )

( but now I am dealing with 3 versions of this patch, master, 3.4 and 3.3 ) and it's possible that I am completely confused

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

Reply via email to