]> git.lyx.org Git - features.git/blobdiff - src/vspace.h
Replace LString.h with support/std_string.h,
[features.git] / src / vspace.h
index 95b68bfe7efb1b5346daabffe5ff7ace0fa0f55c..99a92d341763e924aa9aed01e472c2ed5958f1bb 100644 (file)
@@ -1,10 +1,12 @@
 // -*- C++ -*-
 /**
  * \file vspace.h
- * Copyright 1995-2002 the LyX Team
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
  * \author Matthias Ettrich
+ *
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef VSPACE_H
@@ -12,7 +14,7 @@
 
 #include "lyxgluelength.h"
 
-#include "LString.h"
+#include "support/std_string.h"
 
 class BufferParams;
 class BufferView;
@@ -62,7 +64,8 @@ public:
        /// the latex representation
        string const asLatexCommand(BufferParams const & params) const;
        /// the size of the space on-screen
-       int inPixels(BufferView const * bv) const;
+       int inPixels(BufferView const & bv) const;
+
 private:
        /// This VSpace kind
        vspace_kind kind_;