]> git.lyx.org Git - lyx.git/blobdiff - src/support/docstream.h
InsetArgument: Set ResetsFontEdit to false
[lyx.git] / src / support / docstream.h
index f59030f9238ec7125023acc8a43ebd0e90aa5340..6da05e36a84e7d6a7ac3c2e9ef62a071903bb489 100644 (file)
@@ -80,9 +80,6 @@ public:
 /// UCS4 input stringstream
 typedef std::basic_istringstream<char_type> idocstringstream;
 
-/// UCS4 output stringstream
-typedef std::basic_ostringstream<char_type> odocstringstream;
-
 /// UCS4 output manipulator
 typedef odocstream & (*odocstream_manip)(odocstream &);
 
@@ -154,6 +151,8 @@ otexstream & operator<<(otexstream &, odocstream_manip);
 ///
 otexstream & operator<<(otexstream &, docstring const &);
 ///
+otexstream & operator<<(otexstream &, std::string const &);
+///
 otexstream & operator<<(otexstream &, char const *);
 ///
 otexstream & operator<<(otexstream &, char);