]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetText.h
#7379 avoid the wrap spell check question when buffer is empty
[lyx.git] / src / insets / InsetText.h
index e8d8ba6a941b9fcd2d1a09c54ea3072e35248de7..1f643c029fcc9a606ad35e576508e46bf05ceaea 100644 (file)
@@ -73,7 +73,7 @@ public:
        Text & text() { return text_; }
        Text const & text() const { return text_; }
        ///
-       int latex(otexstream &, OutputParams const &) const;
+       void latex(otexstream &, OutputParams const &) const;
        ///
        int plaintext(odocstream &, OutputParams const &) const;
        ///