]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insethfill.h
* BufferParams:
[lyx.git] / src / insets / insethfill.h
index 3bfa98ffc3cff83076693c96510d5088ceaa3dc4..04e46e2d6572e92d4a8ed741af702c39eae7ebba 100644 (file)
@@ -23,17 +23,17 @@ 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 plaintext(Buffer const &, odocstream &,
-                 OutputParams const & runparams) const;
+                     OutputParams const &) const;
        ///
        int docbook(Buffer const &, odocstream &,
-                   OutputParams const & runparams) const;
+                   OutputParams const &) const;
        ///
        void write(Buffer const & buf, std::ostream & os) const;
        /// We don't need \begin_inset and \end_inset