X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetQuotes.h;h=118768bdcd35b21fa7567ae92fc675843b251bed;hb=0362c6aae73c293d1c20277c12d362acfe0b2ef6;hp=5c092ba89b7823292779f20469377fb5732bfe78;hpb=13d7df639b4d237ffac43a8926a0f8ceb0410557;p=lyx.git diff --git a/src/insets/InsetQuotes.h b/src/insets/InsetQuotes.h index 5c092ba89b..118768bdcd 100644 --- a/src/insets/InsetQuotes.h +++ b/src/insets/InsetQuotes.h @@ -67,22 +67,17 @@ public: \item etc. \end{itemize} */ - explicit - InsetQuotes(std::string const & str = "eld"); + explicit InsetQuotes(std::string const & str = "eld"); /// Create the right quote inset after character c InsetQuotes(char_type c, BufferParams const & params); /// Direct access to inner/outer quotation marks InsetQuotes(char_type c, quote_language l, quote_times t); /// - docstring name() const { return from_ascii("Quotes"); } + docstring name() const; /// void metrics(MetricsInfo &, Dimension &) const; /// void draw(PainterInfo & pi, int x, int y) const; -#if 0 - /// - Font const convertFont(Font const & font) const; -#endif /// void write(Buffer const &, std::ostream &) const; ///