]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetScript.h
Fix wrongly copy-pasted entries in SpellcheckerUi.ui
[lyx.git] / src / insets / InsetScript.h
index eb3b55632adaf5950a7b374467ca65b05e02e5d9..e558a76294a2d69eb8f887a42a1f3e1042b106af 100644 (file)
@@ -65,7 +65,7 @@ public:
        ///
        InsetCode lyxCode() const { return SCRIPT_CODE; }
        ///
-       docstring name() const;
+       docstring layoutName() const;
        ///
        DisplayType display() const;
        ///
@@ -88,7 +88,7 @@ public:
        ///
        virtual void validate(LaTeXFeatures &) const;
        ///
-       int latex(odocstream &, OutputParams const &) const;
+       void latex(otexstream &, OutputParams const &) const;
        ///
        int plaintext(odocstream &, OutputParams const &) const;
        ///