]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCharStyle.h
Use home made code for the bool facet.
[lyx.git] / src / insets / InsetCharStyle.h
index 535d69cf6c6260aff6706dcec59d61747d9f1b80..84e4349a5cf6a2fd2937789bf5815d9fef1241b6 100644 (file)
@@ -53,7 +53,7 @@ public:
        ///
        InsetCharStyle(BufferParams const &, CharStyles::iterator);
        ///
-       docstring insetName() const { return from_ascii("CharStyle"); }
+       docstring name() const { return from_ascii("CharStyle"); }
        /// Is this character style defined in the document's textclass?
        /// May be wrong after textclass change or paste from another document
        bool undefined() const;
@@ -79,13 +79,13 @@ public:
        bool forceDefaultParagraphs(idx_type) const { return true; }
        ///
        int latex(Buffer const &, odocstream &,
-                 OutputParams const &) const;
+                 OutputParams const &) const;
        ///
        int plaintext(Buffer const &, odocstream &,
-                     OutputParams const &) const;
+                     OutputParams const &) const;
        ///
        int docbook(Buffer const &, odocstream &,
-                   OutputParams const &) const;
+                   OutputParams const &) const;
        /// the string that is passed to the TOC
        virtual void textString(Buffer const &, odocstream &) const;
        ///