]> git.lyx.org Git - lyx.git/blobdiff - src/VSpace.cpp
Whitespace changes only
[lyx.git] / src / VSpace.cpp
index d720589eef6b6a136177c5c2122d2ad0025d354c..0b5929d3bfe4a039b3bf615d6a31abc5cf2467eb 100644 (file)
@@ -16,7 +16,7 @@
 #include "BufferView.h"
 #include "gettext.h"
 #include "lengthcommon.h"
-#include "LyXText.h"
+#include "Text.h"
 
 #include "support/convert.h"
 #include "support/lstrings.h"
@@ -519,7 +519,7 @@ int VSpace::inPixels(BufferView const & bv) const
        switch (kind_) {
 
        case DEFSKIP:
-               return bv.buffer()->params().getDefSkip().inPixels(bv);
+               return bv.buffer().params().getDefSkip().inPixels(bv);
 
        // This is how the skips are normally defined by LateX.
        // But there should be some way to change this per document.