]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetquotes.h
* src/LyXAction.C: mark goto-clear-bookmark as working without buffer
[lyx.git] / src / insets / insetquotes.h
index 87e6a7b6b2e709b30e0eca3bb11edff13876bb97..cbd2f5dcbfcdff84687a51709ca9e19eb23e4f85 100644 (file)
@@ -74,7 +74,7 @@ public:
        /// Direct access to inner/outer quotation marks
        InsetQuotes(char_type c, quote_language l, quote_times t);
        ///
-       void metrics(MetricsInfo &, Dimension &) const;
+       bool metrics(MetricsInfo &, Dimension &) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
 #if 0
@@ -93,8 +93,7 @@ public:
        int docbook(Buffer const &, odocstream &, OutputParams const &) const;
 
        /// the string that is passed to the TOC
-       virtual int textString(Buffer const &, odocstream &,
-               OutputParams const &) const;
+       virtual void textString(Buffer const &, odocstream &) const;
 
        ///
        void validate(LaTeXFeatures &) const;