]> git.lyx.org Git - features.git/commit
Simplify the public interface of Buffer::doExport
authorVincent van Ravesteijn <vfr@lyx.org>
Thu, 27 Oct 2011 15:50:50 +0000 (15:50 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Thu, 27 Oct 2011 15:50:50 +0000 (15:50 +0000)
commita7eb3c4c6e822657e4ace3473be7ede095906671
tree246eab8bbfc4cc76135c84cebe264ff0ad9ed9a6
parentcf06a12e00e6469300555e7440d2dfc05ba99090
Simplify the public interface of Buffer::doExport

All calls to doExport from outside of Buffer have the same algorithm to
determine whether the included children parameter should be true. Moreover,
this decision is only based on information from the Buffer itself.

Now, Buffer only has 1 public function doExport and preview.

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