]> 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 4556618920a64e801b9865c23c23587be99c2eed..096e8ff47bc3a2847273a79b3712ad37b57ae6fe 100644 (file)
 #ifndef USERINFO_H
 #define USERINFO_H
 
-#include "support/docstring.h"
+#include "support/strfwd.h"
 
 
 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