]> git.lyx.org Git - lyx.git/blobdiff - src/TextClass.cpp
Safer temp file creation with regards to double slash.
[lyx.git] / src / TextClass.cpp
index 88b23487b7bc9a7dc84e79eb69beed2d862e9cde..2e5087f31389aefaa168b586115868d09589c3ff 100644 (file)
@@ -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()) {