]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/frnt_lang.h
Add a buffer_path arg to InsetGraphicsMailer's params2string, string2params.
[lyx.git] / src / frontends / controllers / frnt_lang.h
index 6cb49a16a0889636057d36cdb96b7387823e4c24..1e5341c25c257b6b879086b89626ed178173e5b0 100644 (file)
@@ -1,9 +1,10 @@
 // -*- C++ -*-
 /**
  * \file frnt_lang.h
- * Read the file COPYING
+ * 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
  */
@@ -11,9 +12,6 @@
 #ifndef FRNT_LANG_H
 #define FRNT_LANG_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "LString.h"
 #include <utility>
 /** 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