]> git.lyx.org Git - lyx.git/blobdiff - src/Spacing.h
fix typo that put too many include paths for most people
[lyx.git] / src / Spacing.h
index 9c8fdec9d407402b0039b4f1306a070d950008b5..0395b3e0cf53a7d355bd260727b89f71f5cedc83 100644 (file)
@@ -1,9 +1,9 @@
 // -*- C++ -*-
 /* This file is part of
  * ======================================================
- * 
+ *
  *           LyX, The Document Processor
- *        
+ *
  *           Copyright 1995 Matthias Ettrich
  *           Copyright 1995-2001 The LyX Team.
  *
@@ -63,11 +63,14 @@ public:
        string const writeEnvirBegin() const;
        ///
        string const writeEnvirEnd() const;
+
 private:
        ///
        Space space;
        ///
        float value;
+       /// names of line spacing
+       static string const spacing_string[];
 };