]> git.lyx.org Git - lyx.git/blobdiff - src/trans_decl.h
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / trans_decl.h
index a9b6de44e55f1faaf3bd33771120a426abd3b237..3eae0166695ec70a3332c7f1621c4b94c1291b68 100644 (file)
@@ -1,11 +1,22 @@
 // -*- 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.
+ */
+
+#ifndef TRANS_DECL_H
+#define TRANS_DECL_H
 
-#include "LString.h"
 #include "tex-accent.h"
 
 #include <list>
+#include <string>
 
 
 ///
@@ -13,7 +24,7 @@ struct Keyexc {
        /// character to make exception
        char c;
        /// exception data
-       string data;
+       std::string data;
        /// Combination with another deadkey
        bool combined;
        /// The accent comined with
@@ -26,7 +37,7 @@ typedef std::list<Keyexc> KmodException;
 ///
 struct KmodInfo {
        ///
-       string data;
+       std::string data;
        ///
        tex_accent accent;
        ///