]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetquotes.h
Don't remove cell selections after fontchange.
[lyx.git] / src / insets / insetquotes.h
index 0e86e0aa2b62e8a1626ffc0a7098f5f8f73c6ac3..60592c8f86ff2e564df9dcfbb0ca948cf685b4f8 100644 (file)
@@ -96,13 +96,16 @@ public:
        ///
        int linuxdoc(Buffer const *, std::ostream &) const;
        ///
-       int docBook(Buffer const *, std::ostream &) const;
+       int docbook(Buffer const *, std::ostream &) const;
        ///
        void validate(LaTeXFeatures &) const;
        ///
        virtual Inset * clone(Buffer const &, bool same_id = false) const;
        ///
        Inset::Code lyxCode() const;
+       // should this inset be handled like a normal charater
+       bool isChar() const { return true; }
+       
 private:
        ///
        quote_language language_;