]> git.lyx.org Git - lyx.git/blobdiff - src/support/userinfo.h
Maintain plain layout for separating paragraphs when switching layouts (#11936)
[lyx.git] / src / support / userinfo.h
index 6232a2b427496c2a2bb09309bf30696dc54d0173..096e8ff47bc3a2847273a79b3712ad37b57ae6fe 100644 (file)
@@ -19,10 +19,10 @@ namespace lyx {
 namespace support {
 
 /// return the current user's real name or user name
-docstring const user_name();
+std::string const user_name();
 
 /// return the current user's e-mail address
-docstring const user_email();
+std::string const user_email();
 
 } // namespace support
 } // namespace lyx