]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetQuotes.h
Circumvent odd stmary font metrics (part of #9990).
[lyx.git] / src / insets / InsetQuotes.h
index 932cd9168da25246a091c718156d04fdb7af4665..fec7fbca2349c600c1bf1360c8e5b739646a01d3 100644 (file)
@@ -63,8 +63,6 @@ public:
          \end{itemize}
          */
        explicit InsetQuotes(Buffer * buf, std::string const & str = "eld");
-       /// Create the right quote inset after character c
-       InsetQuotes(Buffer * buffer, char_type c);
        /// Direct access to inner/outer quotation marks
        InsetQuotes(Buffer * buf, char_type c, QuoteTimes t);
        ///
@@ -90,7 +88,7 @@ public:
        /// 
        void toString(odocstream &) const;
        ///
-       void forOutliner(docstring &, size_t maxlen) const;
+       void forOutliner(docstring &, size_t const maxlen, bool const) const;
 
        ///
        void validate(LaTeXFeatures &) const;
@@ -109,6 +107,8 @@ private:
        void parseString(std::string const &);
        ///
        docstring displayString() const;
+       ///
+       docstring getQuoteEntity() const;
 
        ///
        QuoteLanguage language_;