]> git.lyx.org Git - features.git/blobdiff - src/trans_decl.h
Replace LString.h with support/std_string.h,
[features.git] / src / trans_decl.h
index 71ab9d5d59689ed013ac5a812b1a630484367665..57ff760d76985791608063257c3cf7255e85f364 100644 (file)
@@ -1,35 +1,38 @@
 // -*- C++ -*-
-#ifndef Trans_Decl_h
-#define Trans_Decl_h
+/**
+ * \file trans_decl.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author Lars Gullik Bjønnes
+ * \author Matthias Ettrich
+ *
+ * Full author contact details are available in file CREDITS.
+ */
 
-#include <list>
+#ifndef TRANS_DECL_H
+#define TRANS_DECL_H
 
-#include "LString.h"
+#include "support/std_string.h"
 #include "tex-accent.h"
 
+#include <list>
+
+
 ///
 struct Keyexc {
        /// character to make exception
        char c;
        /// exception data
        string data;
-#if 0
-       ///
-       Keyexc * next;
-#endif
        /// Combination with another deadkey
        bool combined;
        /// The accent comined with
        tex_accent accent;
 };
 
-#if 0
-///
-typedef Keyexc * KmodException;
-#else
 ///
 typedef std::list<Keyexc> KmodException;
-#endif
 
 ///
 struct KmodInfo {
@@ -37,10 +40,6 @@ struct KmodInfo {
        string data;
        ///
        tex_accent accent;
-#if 0
-       ///
-       string allowed;
-#endif
        ///
        KmodException exception_list;
        ///