]> git.lyx.org Git - features.git/blobdiff - src/frontends/controllers/frnt_lang.h
Replace LString.h with support/std_string.h,
[features.git] / src / frontends / controllers / frnt_lang.h
index 37e6175293c30a980a96c67da6a46db0cf865267..ffff790236cc3d92791bb2e14ae2fa9dc5a6adb4 100644 (file)
@@ -4,31 +4,30 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Angus Leeming 
+ * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FRNT_LANG_H
 #define FRNT_LANG_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
-#include "LString.h"
+#include "support/std_string.h"
 #include <utility>
 #include <vector>
 
 /** Ease the use of internationalised language strings in the dialogs.
  */
 namespace frnt {
-       ///
-       typedef std::pair<string, string> LanguagePair;
-       /** If the caller is the character dialog, add "No change" and "Reset"
-        *  to the vector.
-        */
-       std::vector<LanguagePair> const getLanguageData(bool character_dlg);
+
+///
+typedef std::pair<string, string> LanguagePair;
+
+/** If the caller is the character dialog, add "No change" and "Reset"
+ *  to the vector.
+ */
+std::vector<LanguagePair> const getLanguageData(bool character_dlg);
 
 } // namespace frnt