]> 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 2c482f475c5a3358eabc4d0f28d491992071d08f..096e8ff47bc3a2847273a79b3712ad37b57ae6fe 100644 (file)
 namespace lyx {
 namespace support {
 
-/// return the current user's real name
-docstring const user_name();
+/// return the current user's real name or 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