]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetScript.h
step 1
[lyx.git] / src / insets / InsetScript.h
index eb3b55632adaf5950a7b374467ca65b05e02e5d9..eaec3c97c981a3f74f8e21531ddf112840ffce9b 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;
        ///
@@ -109,7 +109,7 @@ public:
        ///
        Inset * clone() const { return new InsetScript(*this); }
        ///
-       docstring contextMenuName() const;
+       std::string contextMenuName() const;
        //@}
 
        /// \name Public functions inherited from InsetText class