]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
TR1: move TR1 check to config.h / buildsystem
[lyx.git] / src / Paragraph.h
index d2e7bc60732d4afd2cbda8d79d33f1033bf561fe..65c0190d62ba1185a5b98e92f648179a281ba034 100644 (file)
@@ -144,7 +144,7 @@ public:
        void validate(LaTeXFeatures &) const;
 
        /// \param force means: output even if layout.inpreamble is true.
-       bool latex(BufferParams const &, Font const & outerfont, odocstream &,
+       void latex(BufferParams const &, Font const & outerfont, odocstream &,
                   TexRow & texrow, OutputParams const &,
                         int start_pos = 0, int end_pos = -1, bool force = false) const;