]> git.lyx.org Git - lyx.git/blobdiff - src/trans.h
split LyXText::rowlist_ into individual Paragraph::rows_ chunks
[lyx.git] / src / trans.h
index 8cb068d90f575367d5bdf5f3592f00631df303fc..a233ace5cdb7a9cc6dde7c75c34363adec2c7628 100644 (file)
@@ -1,10 +1,14 @@
 // -*- C++ -*-
-#ifndef Trans_h
-#define Trans_h
+/**
+ * \file trans.h
+ * Copyright 2002 the LyX Team
+ * Read the file COPYING
+ *
+ * \author unknown
+ */
 
-#ifdef __GNUG__
-#pragma interface
-#endif
+#ifndef TRANS_H
+#define TRANS_H
 
 #include <map>
 
@@ -17,9 +21,8 @@ class LyXLex;
 class TransManager;
 
 /**
-  Trans: holds a .kmap file 
+  Trans: holds a .kmap file
   */
-//class Trans : public TransInterface {
 class Trans {
 public:
        ///
@@ -37,7 +40,7 @@ public:
        string const process(char, TransManager &);
        ///
        bool isAccentDefined(tex_accent, KmodInfo &) const;
-    
+
 private:
        ///
        void AddDeadkey(tex_accent, string const &);
@@ -75,4 +78,4 @@ string const & Trans::Match(unsigned char c)
        return dummy;
 }
 
-#endif 
+#endif // TRANS_H