]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNote.h
tex2lyx/text.cpp: fix typos
[lyx.git] / src / insets / InsetNote.h
index 04435a0b40358b1209e5de6ee5f068abe858b1ce..dc7de0e3f3e2369a4bce6d82e10c9f5d75c7c512 100644 (file)
@@ -60,7 +60,7 @@ private:
        ///
        InsetCode lyxCode() const { return NOTE_CODE; }
        ///
-       docstring name() const;
+       docstring layoutName() const;
        ///
        DisplayType display() const;
        /** returns false if, when outputing LaTeX, font changes should
@@ -101,7 +101,7 @@ private:
        /// used by the constructors
        void init();
        ///
-       docstring contextMenuName() const;
+       std::string contextMenuName() const;
        ///
        friend class InsetNoteParams;