]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insethfill.h
* src/LyXAction.C: mark goto-clear-bookmark as working without buffer
[lyx.git] / src / insets / insethfill.h
index dfd44cea5ca383758933da743ab5aa73f3c05c0b..51f5b59fa1ddc4103eceb1d7f2ea2f0258000c79 100644 (file)
@@ -23,15 +23,12 @@ public:
        ///
        InsetHFill();
        ///
-       void metrics(MetricsInfo &, Dimension &) const;
+       bool metrics(MetricsInfo &, Dimension &) const;
        ///
        docstring const getScreenLabel(Buffer const &) const;
        ///
        InsetBase::Code lyxCode() const { return InsetBase::HFILL_CODE; }
        ///
-       int latex(Buffer const &, odocstream &,
-                 OutputParams const &) const;
-       ///
        int plaintext(Buffer const &, odocstream &,
                  OutputParams const & runparams) const;
        ///