From 9d6979f0ebe420102a72df945f7ae1d0f8dfde63 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Fri, 5 Mar 2010 21:07:01 +0000 Subject: [PATCH] FIXME regarding XHTML output of custom float lists. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33632 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetFloatList.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/insets/InsetFloatList.cpp b/src/insets/InsetFloatList.cpp index 28485ceb0d..959f2ab550 100644 --- a/src/insets/InsetFloatList.cpp +++ b/src/insets/InsetFloatList.cpp @@ -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(); -- 2.39.2