]> git.lyx.org Git - lyx.git/blobdiff - src/support/docstream.h
Fix 'Export As...' in non-English localizations
[lyx.git] / src / support / docstream.h
index b7e30409b368f6304bf97d00e4e69673b75e2582..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 &);