]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/forms_gettext.h
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / forms_gettext.h
1 // -*- C++ -*-
2 /**
3  * \file forms_gettext.h
4  * This file is part of LyX, the document processor.
5  * Licence details can be found in the file COPYING.
6  *
7  * \author Angus Leeming
8  *
9  * Full author contact details are available in file CREDITS.
10  */
11
12 #ifndef FORMS_GETTEXT_H
13 #define FORMS_GETTEXT_H
14
15 #include <string>
16
17 /// Extract shortcut from "<identifer>|<shortcut>" string
18 std::string const scex(std::string const &);
19
20 /// Extract identifier from "<identifer>|<shortcut>" string
21 std::string const idex(std::string const &);
22
23 #endif // FORMS_GETTEXT_H