]> git.lyx.org Git - lyx.git/blobdiff - src/Trans.h
Fix text direction issue for InsetInfo in RTL context
[lyx.git] / src / Trans.h
index e2b196705dd638149dc81000c74725f8860acddb..4befc657402071db3f2755ba1f150efd5f0c835a 100644 (file)
@@ -4,7 +4,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
  * \author John Levon
  *
@@ -42,6 +42,8 @@ enum tex_accent {
        ///
        TEX_TILDE,
        ///
+       TEX_PERISPOMENI,
+       ///
        TEX_UNDERBAR,
        ///
        TEX_CEDILLA,
@@ -88,6 +90,8 @@ extern TeXAccent get_accent(FuncCode action);
 
 ///
 struct Keyexc {
+       ///
+       Keyexc() : c('\0'), combined(false), accent(TEX_NOACCENT) {}
        /// character to make exception
        char_type c;
        /// exception data
@@ -104,6 +108,8 @@ typedef std::list<Keyexc> KmodException;
 ///
 class KmodInfo {
 public:
+       ///
+       KmodInfo() : accent(TEX_NOACCENT) {}
        ///
        docstring data;
        ///