]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloatList.cpp
#7379 avoid the wrap spell check question when buffer is empty
[lyx.git] / src / insets / InsetFloatList.cpp
index b5cdb616c4ae43e6c893de3091785da94e1e8a82..2b2c7fb7d88b41d86e020be4ef25601374b26d41 100644 (file)
@@ -113,7 +113,7 @@ void InsetFloatList::read(Lexer & lex)
 }
 
 
-int InsetFloatList::latex(otexstream & os, OutputParams const &) const
+void InsetFloatList::latex(otexstream & os, OutputParams const &) const
 {
        FloatList const & floats = buffer().params().documentClass().floats();
        FloatList::const_iterator cit = floats[to_ascii(getParam("type"))];
@@ -136,7 +136,6 @@ int InsetFloatList::latex(otexstream & os, OutputParams const &) const
                   << bformat(_("List of %1$s"), getParam("type"))
                   << "}\n";
        }
-       return 1;
 }