]> git.lyx.org Git - lyx.git/blobdiff - src/vspace.C
lyxstring compile fixes ; small stuff
[lyx.git] / src / vspace.C
index 861155231c8f4d65a33be18d4dd57befd3f133f8..36d28a845a76dc2e6d38ab0e6270d3c3aba513c5 100644 (file)
@@ -1,11 +1,10 @@
-// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  * 
  *           LyX, The Document Processor
  *      
  *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2000 The LyX Team.
+ *           Copyright 1995-2001 The LyX Team.
  *
  * ====================================================== */
 
@@ -551,7 +550,7 @@ string const VSpace::asLatexCommand(BufferParams const & params) const
 int VSpace::inPixels(BufferView * bv) const
 {
        // Height of a normal line in pixels (zoom factor considered)
-       int height = bv->text->DefaultHeight(); // [pixels]
+       int height = bv->text->defaultHeight(); // [pixels]
        int skip = 0;
        int width = bv->workWidth();