]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/LyXKeySymFactory.C
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / LyXKeySymFactory.C
index e184211482fb7beaaec6f98bc16e915487d877fc..f5ce4c134d284e416eb74819fc6a9e5a9db2a203 100644 (file)
@@ -1,23 +1,25 @@
 /**
- * \file LyXKeySymFactory.C
- * Read the file COPYING
+ * \file xforms/LyXKeySymFactory.C
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author Asger & Juergen
+ * \author Asger & JΓΌrgen
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
+
 #include "frontends/LyXKeySymFactory.h"
 
 #include "XLyXKeySym.h"
 
+
 namespace LyXKeySymFactory {
 
 LyXKeySym * create()
 {
-       return new XLyXKeySym();
-} 
+       return new XLyXKeySym;
+}
+
 }