mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-22 07:42:02 +00:00
Clarify comment.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20008 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9f2848f4f7
commit
8947e56702
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user