]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCaption.h
tex2lyx/text.cpp: fix typos
[lyx.git] / src / insets / InsetCaption.h
index 03c100f3a4d770ad8d07243cfe270e706e10c67e..dc28873fb109acd464d1789f6f7688a0f5ed2186 100644 (file)
@@ -25,7 +25,7 @@ public:
        ///
        std::string const & type() const { return type_; }
        ///
-       docstring name() const;
+       docstring layoutName() const;
        /// return the mandatory argument (LaTeX format) only
        void getArgument(otexstream & os, OutputParams const &) const;
        /// return the optional argument(s) only
@@ -38,8 +38,6 @@ private:
        ///
        void write(std::ostream & os) const;
        ///
-       void read(Lexer & lex);
-       ///
        DisplayType display() const { return AlignCenter; }
        ///
        bool neverIndent() const { return true; }