]> git.lyx.org Git - lyx.git/blobdiff - src/VSpace.h
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / src / VSpace.h
index b982b939f9bbab10e53e4ee147f15b0f663243a3..0d154d63e4bc2a0d0d0bbc2e512c4b20b04d539f 100644 (file)
@@ -52,7 +52,7 @@ public:
        /// return the length of this space
        GlueLength const & length() const { return len_; }
 
-       // a flag that switches between \vspace and \vspace*
+       /// a flag that switches between \vspace and \vspace*
        bool keep() const { return keep_; }
        /// if set true, use \vspace* when type is not DEFSKIP
        void setKeep(bool keep) { keep_ = keep; }
@@ -65,6 +65,8 @@ public:
        std::string const asLyXCommand() const;
        /// the latex representation
        std::string const asLatexCommand(BufferParams const & params) const;
+       ///
+       std::string asHTMLLength() const;
        /// how it is seen in the LyX window
        docstring const asGUIName() const;
        /// the size of the space on-screen