]> git.lyx.org Git - lyx.git/commitdiff
FIXME regarding XHTML output of custom float lists.
authorRichard Heck <rgheck@comcast.net>
Fri, 5 Mar 2010 21:07:01 +0000 (21:07 +0000)
committerRichard Heck <rgheck@comcast.net>
Fri, 5 Mar 2010 21:07:01 +0000 (21:07 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33632 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetFloatList.cpp

index 28485ceb0dfa2fa8edb44c3ba75bde29cbcdf567..959f2ab55095a4cf179e7d16f40ee58b4040a114 100644 (file)
@@ -151,6 +151,12 @@ docstring InsetFloatList::xhtml(XHTMLStream &, OutputParams const &) const {
 
        string toctype;
        docstring toclabel;
+       // FIXME
+       // Other builtin floats should be handled here. But I'm not sure if that is
+       // even possible yet, since I'm not sure if we have a TOC for such things.
+       // If so, then they should define ListName, as non-builtin floats do, and
+       // then we can use that. 
+       // Really, all floats should define that.
        if (!cit->second.needsFloatPkg()) {
                // Only two different types allowed here:
                string const type = cit->second.floattype();