]> git.lyx.org Git - lyx.git/blobdiff - src/vspace.h
remove noload/don't typeset
[lyx.git] / src / vspace.h
index b2b18bcfe730564b651d298550f596eb158f17c6..5164c20d22d761e08e6c20d0a0c87d5d7ccf712c 100644 (file)
@@ -46,7 +46,7 @@ public:
 
        /// Constructor for reading from a .lyx file
        explicit VSpace(string const & data);
-       
+
        /// return the type of vertical space
        vspace_kind kind() const;
        /// return the length of this space
@@ -60,13 +60,13 @@ public:
        bool operator==(VSpace const &) const;
 
        // conversion
+
        /// how it goes into the LyX file
-       string const asLyXCommand() const; 
+       string const asLyXCommand() const;
        /// the latex representation
        string const asLatexCommand(BufferParams const & params) const;
        /// the size of the space on-screen
-       int inPixels(BufferView * bv) const;
+       int inPixels(BufferView const * bv) const;
 private:
        /// This VSpace kind
        vspace_kind kind_;
@@ -76,4 +76,4 @@ private:
        bool keep_;
 };
 
-#endif
+#endif // VSPACE_H