]> git.lyx.org Git - lyx.git/blobdiff - src/vspace.C
ws changes only
[lyx.git] / src / vspace.C
index 499b3017def2f260df9f1f03ac227ee31f513a6f..a3b8c5a41a3d314b0c3fb77513252642f2483bf1 100644 (file)
 #include <config.h>
 
 #include "vspace.h"
-#include "lengthcommon.h"
 #include "buffer.h"
+#include "bufferparams.h"
 #include "BufferView.h"
+#include "lengthcommon.h"
 #include "lyxtext.h"
 
 #include "support/lstrings.h"
 
-using namespace lyx::support;
+using lyx::support::compare;
+using lyx::support::isStrDbl;
+using lyx::support::ltrim;
+using lyx::support::prefixIs;
+using lyx::support::rtrim;
+using lyx::support::strToDbl;
+
+using std::string;
 
 
 namespace {
@@ -477,7 +485,7 @@ int VSpace::inPixels(BufferView const & bv) const
                break;
 
        case DEFSKIP:
-               retval = bv.buffer()->params.getDefSkip().inPixels(bv);
+               retval = bv.buffer()->params().getDefSkip().inPixels(bv);
                break;
 
        // This is how the skips are normally defined by LateX.