]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcharstyle.h
more cleanup:
[lyx.git] / src / insets / insetcharstyle.h
index 8b518e7d8d282201a2038027d841aa4fe2ee1968..34b910472f72664d7c18c393d7e6ca2ae06c4756 100644 (file)
@@ -68,7 +68,7 @@ public:
        ///
        void read(Buffer const & buf, LyXLex & lex);
        ///
-       void metrics(MetricsInfo &, Dimension &) const;
+       bool metrics(MetricsInfo &, Dimension &) const;
        ///
        void draw(PainterInfo &, int, int) const;
        ///
@@ -94,7 +94,7 @@ public:
        InsetCharStyleParams const & params() const { return params_; }
 
        /// should paragraph indendation be ommitted in any case?
-       bool neverIndent() const { return true; }
+       bool neverIndent(Buffer const &) const { return true; }
 
 protected:
        InsetCharStyle(InsetCharStyle const &);