]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/LyXKeySymFactory.C
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / LyXKeySymFactory.C
index d26e49057231603c5c9c8b54a8cb7bf3e679162e..f5ce4c134d284e416eb74819fc6a9e5a9db2a203 100644 (file)
@@ -3,22 +3,23 @@
  * 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;
+}
+
 }