Please review next 2 patches.

First one is fine.


In second one, can this:

@@ -1849,16 +1845,14 @@ docstring const
LaTeXFeatures::getTClassPreamble() const
-    cit = usedInsetLayouts_.begin();
-    end = usedInsetLayouts_.end();
+    list<docstring>::const_iterator cit = usedInsetLayouts_.begin();
+    list<docstring>::const_iterator end = usedInsetLayouts_.end();
     TextClass::InsetLayouts const & ils = tclass.insetLayouts();
     for (; cit != end; ++cit) {
         TextClass::InsetLayouts::const_iterator it = ils.find(*cit);

not be converted? There's a similar case in getTClassHTMLPreamble().
Otherwise fine.

Riki

Thanks, committed with this change.

Yuriy

--
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to