]> git.lyx.org Git - features.git/commit
Not sure why I introduced this test at r28378, but it causes pasting to
authorRichard Heck <rgheck@comcast.net>
Fri, 26 Nov 2010 17:08:40 +0000 (17:08 +0000)
committerRichard Heck <rgheck@comcast.net>
Fri, 26 Nov 2010 17:08:40 +0000 (17:08 +0000)
commitc9f9cb88c0fc47ef09e59efd14adcc3df2f26c0b
tree8aaa9903d860da6788f4c4524245303cd2ccc7fe
parent9a272ec26dcf2acf383193fe80f53431e50e0a8e
Not sure why I introduced this test at r28378, but it causes pasting to
fail e.g., of URLs in math, since tocString() is called by
Paragraph::asString() to give us the contents of insets. Probably, I was
misled by the name, and the comment in Inset.h. That means, at least,
that this method is misnamed, but it probably means we do the wrong
thing in other cases.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36517 a592a061-630c-0410-9148-cb99ea01b6c8
src/insets/Inset.h
src/insets/InsetText.cpp