X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FTrans.cpp;h=1f2b3a8802de9e8c2e210a4b81068d7a78f40293;hb=63ead2010d7b2d51861e650133662c3518cd0d09;hp=e4abbbf046e11c642e515ec7b0e06a2dbc14920b;hpb=61507ecf0113f8291525ea9fdb42560cfc1b9f45;p=lyx.git diff --git a/src/Trans.cpp b/src/Trans.cpp index e4abbbf046..1f2b3a8802 100644 --- a/src/Trans.cpp +++ b/src/Trans.cpp @@ -3,7 +3,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * \author Matthias Ettrich * * Full author contact details are available in file CREDITS. @@ -21,7 +21,6 @@ #include "LyXRC.h" #include "Text.h" -#include "support/convert.h" #include "support/debug.h" #include "support/docstream.h" #include "support/FileName.h" @@ -56,7 +55,7 @@ namespace lyx { | cedilla | cedilla |LFUN_ACCENT_CEDILLA | cedilla | underdot | |LFUN_ACCENT_UNDERDOT | underdot | underbar | |LFUN_ACCENT_UNDERBAR | underbar - | hácek | caron |LFUN_ACCENT_CARON | caron + | hácek | caron |LFUN_ACCENT_CARON | caron | breve | breve |LFUN_ACCENT_BREVE | breve | tie | |LFUN_ACCENT_TIE | tie | Hungarian umlaut | doubleacute |LFUN_ACCENT_HUNGARIAN_UMLAUT | hungarian umlaut @@ -171,7 +170,7 @@ enum { KCOMB = 1, KMOD, KMAP, - KXMOD, + KXMOD };