]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetline.h
* In the process of fixing the math background color bug, this commit transfer backgr...
[lyx.git] / src / insets / insetline.h
index 67df1d33fd8b589b9b69f2cdef22472a2cda2a6d..a383b3f0d231ed4144210b82ab8b539f777bcf0e 100644 (file)
@@ -25,15 +25,15 @@ public:
 
        InsetBase::Code lyxCode() const { return InsetBase::LINE_CODE; }
 
-       void metrics(MetricsInfo &, Dimension &) const;
+       bool metrics(MetricsInfo &, Dimension &) const;
 
        void draw(PainterInfo & pi, int x, int y) const;
 
        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;