From 1ca1c0a3267b9d8842d50b936eef1db139755488 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Tue, 15 Jul 2008 18:09:44 +0000 Subject: [PATCH] Add a comment about bug 4812. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25641 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/TextClass.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/TextClass.cpp b/src/TextClass.cpp index 88b23487b7..2e5087f313 100644 --- a/src/TextClass.cpp +++ b/src/TextClass.cpp @@ -997,6 +997,8 @@ void DocumentClass::addLayoutIfNeeded(docstring const & n) const InsetLayout const & DocumentClass::insetLayout(docstring const & name) const { + // FIXME The fix for the InsetLayout part of 4812 would be here: + // Add the InsetLayout to the document class if it is not found. docstring n = name; InsetLayouts::const_iterator cen = insetlayoutlist_.end(); while (!n.empty()) { -- 2.39.2