]> git.lyx.org Git - lyx.git/blobdiff - src/Trans.cpp
* add PreBabelPreamble to Language definition (fixes #4786).
[lyx.git] / src / Trans.cpp
index 57db85f540cbfc7d740c4492de6a5196d4a79c6b..d646156dcf5b9afa8d2609bc9dc47bc84386d795 100644 (file)
@@ -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
@@ -65,7 +64,6 @@ namespace lyx {
    |                  |    iota          |                  |
    |                  |    voiced_sound  |                  |
    |                  | semivoiced_sound |                  |
-   |                  |                  |LFUN_ACCENT_SPECIAL_CARON| special caron
    */
 static TeXAccent lyx_accent_table[] = {
        {TEX_NOACCENT,   0,      "",                LFUN_NOACTION},
@@ -81,7 +79,6 @@ static TeXAccent lyx_accent_table[] = {
        {TEX_TIE,        0x0361, "tie",             LFUN_ACCENT_TIE},
        {TEX_BREVE,      0x0306, "breve",           LFUN_ACCENT_BREVE},
        {TEX_CARON,      0x030c, "caron",           LFUN_ACCENT_CARON},
-//     {TEX_SPECIAL_CARON, 0x030c, "ooo",          LFUN_ACCENT_SPECIAL_CARON},
        // Don't fix this typo for compatibility reasons!
        {TEX_HUNGUML,    0x030b, "hugarian_umlaut", LFUN_ACCENT_HUNGARIAN_UMLAUT},
        {TEX_UMLAUT,     0x0308, "umlaut",          LFUN_ACCENT_UMLAUT},