]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCharStyle.h
Fix text frame drawing.
[lyx.git] / src / insets / InsetCharStyle.h
index b06f4d7ae000a2457dca6b0f0a20bbf87e19f374..7364593c8f677bd24a0a0d28568e9a8e9b9ab4fe 100644 (file)
@@ -63,8 +63,6 @@ public:
        void getDrawFont(Font &) const;
        ///
        bool forceDefaultParagraphs(idx_type) const { return true; }
-       ///
-       virtual Decoration decoration() const;
 
        ///
        int plaintext(Buffer const &, odocstream &,
@@ -90,7 +88,7 @@ protected:
 private:
        friend class InsetCharStyleParams;
 
-       virtual std::auto_ptr<Inset> doClone() const;
+       virtual Inset * clone() const;
 
        ///
        InsetCharStyleParams params_;