]> git.lyx.org Git - lyx.git/blobdiff - src/support/lstrings.h
Extend the otexstream class to also report about paragraph breaks.
[lyx.git] / src / support / lstrings.h
index 2606546fa05ce3c29cdb5c0c47341e83e1fd814c..576a5b921df363639c09e6cbc13d21b4123a1445 100644 (file)
@@ -97,6 +97,8 @@ docstring const ascii_lowercase(docstring const &);
 /// Changes the case of \p s to lowercase.
 /// Does not depend on the locale.
 docstring const lowercase(docstring const & s);
+// Currently unused, but the code is there if needed.
+// std::string const lowercase(std::string const & s);
 
 /// Changes the case of \p s to uppercase.
 /// Does not depend on the locale.