]> git.lyx.org Git - features.git/commit
Cut and paste solution to get export working. The issue is that the old
authorRichard Heck <rgheck@comcast.net>
Tue, 19 Oct 2010 15:10:13 +0000 (15:10 +0000)
committerRichard Heck <rgheck@comcast.net>
Tue, 19 Oct 2010 15:10:13 +0000 (15:10 +0000)
commita773428fce29fa92ecf17ced0fd5bf651cc84a91
tree29e7ce9b34c8e750b357364d3794a9544936fa05
parent4968c322930fbc5d5ae6e58cc3cb6a22a5515884
Cut and paste solution to get export working. The issue is that the old
exportAndDestroy was calling:
  buffer->doExport(format, true, update_unincluded);
where "true" means: Leave it in the tempdir. We need false, which means
we need another parameter, if we're not doing it as cut and paste.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35715 a592a061-630c-0410-9148-cb99ea01b6c8
src/Buffer.cpp
src/frontends/qt4/GuiView.cpp