]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/forms_gettext.h
Change the semantics of 'none' and 'auto' viewers/editors: 'none' means now
[lyx.git] / src / frontends / xforms / forms_gettext.h
index a019221e11fb23aee8879cd510b11a8392895aa0..65a1318cae911ff126abcf9c648b75ba4f927192 100644 (file)
@@ -6,19 +6,24 @@
  *
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMS_GETTEXT_H
 #define FORMS_GETTEXT_H
 
+#include <string>
 
-#include "LString.h"
+namespace lyx {
+namespace frontend {
 
 /// Extract shortcut from "<identifer>|<shortcut>" string
-string const scex(string const &);
+std::string const scex(std::string const &);
 
 /// Extract identifier from "<identifer>|<shortcut>" string
-string const idex(string const &);
+std::string const idex(std::string const &);
+
+} // namespace frontend
+} // namespace lyx
 
 #endif // FORMS_GETTEXT_H