Clarify comment.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20008 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2007-09-02 15:46:03 +00:00
parent 9f2848f4f7
commit 8947e56702

View File

@ -1257,7 +1257,8 @@ void BufferParams::makeTextClass()
{
textClass_.reset(new TextClass(textclasslist[getBaseClass()]));
//FIXME It might be worth loading the children's modules here,
//instead of just doing a check in InsetInclude.
//just as we load their bibliographies and such, instead of just
//doing a check in InsetInclude.
LayoutModuleList::const_iterator it = layoutModules_.begin();
for (; it != layoutModules_.end(); it++) {
string const modName = *it;