]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetPhantom.h
tex2lyx/text.cpp: fix typos
[lyx.git] / src / insets / InsetPhantom.h
index c49895c5f37a4820d11b4c02f6cc3422b54e5634..eb36274f6eb717540f646a14bd8f31d3628ed314 100644 (file)
@@ -60,7 +60,7 @@ private:
        ///
        InsetCode lyxCode() const { return PHANTOM_CODE; }
        ///
-       docstring name() const;
+       docstring layoutName() const;
        ///
        void metrics(MetricsInfo &, Dimension &) const;
        ///
@@ -76,7 +76,7 @@ private:
        ///
        bool neverIndent() const { return true; }
        ///
-       int latex(otexstream &, OutputParams const &) const;
+       void latex(otexstream &, OutputParams const &) const;
        ///
        int plaintext(odocstream &, OutputParams const &) const;
        ///
@@ -94,7 +94,7 @@ private:
        /// used by the constructors
        void init();
        ///
-       docstring contextMenuName() const;
+       std::string contextMenuName() const;
        ///
        friend class InsetPhantomParams;