]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetquotes.h
ws changes only
[lyx.git] / src / insets / insetquotes.h
index 18d0c271a829b9fdffedb04fdab77454179ff1d6..57bc9db7b29d97ef3188f56bb4dc7e36089d7109 100644 (file)
@@ -64,7 +64,7 @@ public:
          \end{itemize}
          */
        explicit
-       InsetQuotes(string const & str = "eld");
+       InsetQuotes(std::string const & str = "eld");
        /// Create the right quote inset after character c
        InsetQuotes(char c, BufferParams const & params);
        ///
@@ -78,18 +78,18 @@ public:
        LyXFont const convertFont(LyXFont const & font) const;
 #endif
        ///
-       void write(Buffer const *, std::ostream &) const;
+       void write(Buffer const &, std::ostream &) const;
        ///
-       void read(Buffer const *, LyXLex & lex);
+       void read(Buffer const &, LyXLex & lex);
        ///
-       int latex(Buffer const *, std::ostream &,
+       int latex(Buffer const &, std::ostream &,
                  LatexRunParams const &) const;
        ///
-       int ascii(Buffer const *, std::ostream &, int linelen) const;
+       int ascii(Buffer const &, std::ostream &, int linelen) const;
        ///
-       int linuxdoc(Buffer const *, std::ostream &) const;
+       int linuxdoc(Buffer const &, std::ostream &) const;
        ///
-       int docbook(Buffer const *, std::ostream &, bool mixcont) const;
+       int docbook(Buffer const &, std::ostream &, bool mixcont) const;
        ///
        void validate(LaTeXFeatures &) const;
        ///
@@ -110,8 +110,8 @@ private:
         */
        InsetQuotes(quote_language l, quote_side s, quote_times t);
        ///
-       void parseString(string const &);
+       void parseString(std::string const &);
        ///
-       string const dispString(Language const *) const;
+       std::string const dispString(Language const *) const;
 };
 #endif