]> git.lyx.org Git - lyx.git/blobdiff - src/lyxgluelength.h
Remove the XOpenIM test as lyxlookup.C has been buried.
[lyx.git] / src / lyxgluelength.h
index e07b0fa664d97d881fd09a4618cba9776b25c657..3749e94a996bf876543975880feb4a30b7d0eceb 100644 (file)
@@ -1,13 +1,12 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
+/**
+ * \file lyxgluelength.h
+ * Copyright 1995-2002 the LyX Team
+ * Read the file COPYING
  *
- *           LyX, The Document Processor
- *     
- *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2001 The LyX Team.
- *
- * ====================================================== */
+ * \author Matthias Ettrich
+ */
+
 
 #ifndef LYX_GLUE_LENGTH_H
 #define LYX_GLUE_LENGTH_H
@@ -20,9 +19,6 @@
 
 #include "LString.h"
 
-class BufferParams;
-class BufferView;
-
 
 class LyXGlueLength {
 public:
@@ -42,7 +38,7 @@ public:
          The traditional Latex format is also accepted, like
          4cm plus 10pt minus 10pt */
        explicit LyXGlueLength(string const & data);
-       
+
        ///
        LyXLength const & len() const;
        ///
@@ -78,4 +74,4 @@ bool operator!=(LyXGlueLength const & l1, LyXGlueLength const & l2);
 ///
 bool isValidGlueLength(string const & data, LyXGlueLength * result);
 
-#endif
+#endif // LYXGLUELENGTH_H