]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetQuotes.h
Andre's s/getTextClass/textClass/ cleanup.
[lyx.git] / src / insets / InsetQuotes.h
index 94f2d65c6ac800479e90c30612f62cdbdd4b5c42..118768bdcd35b21fa7567ae92fc675843b251bed 100644 (file)
@@ -67,14 +67,13 @@ 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;
        ///