]> git.lyx.org Git - features.git/commit
Fix bug found by Scott concerning copying XHTML to clipboard. We
authorRichard Heck <rgheck@lyx.org>
Sun, 21 Apr 2013 01:07:07 +0000 (21:07 -0400)
committerRichard Heck <rgheck@lyx.org>
Sun, 21 Apr 2013 01:07:07 +0000 (21:07 -0400)
commitdb358a431549c90ccade9202bd8a98e8edab394a
tree8634d051ce666220815d12e8a9d684c2868eeb8e
parentbe0610362d87d9089b5caf59a3facff73bf05924
Fix bug found by Scott concerning copying XHTML to clipboard. We
needed to updateMacros() before doing the export, which required a
bit of code massaging.
src/Buffer.cpp
src/Buffer.h
src/CutAndPaste.cpp