]> git.lyx.org Git - lyx.git/blobdiff - src/lyxgluelength.h
split LyXText::rowlist_ into individual Paragraph::rows_ chunks
[lyx.git] / src / lyxgluelength.h
index 8cd08966e4d4be3429e22eb5851b766f42b3ee1b..77c53ec0d37b52a9b1c1175e9e7275ec42aeebdd 100644 (file)
@@ -48,11 +48,8 @@ public:
        ///
        string const asLatexString() const;
 
-
-       /** If "data" is valid, the length represented by it is
-         stored into "result", if that is not 0. */
        friend bool isValidGlueLength(string const & data,
-                                     LyXGlueLength* result = 0);
+                                     LyXGlueLength* result);
 
 private:
        /// the normal vlaue
@@ -67,7 +64,8 @@ private:
 bool operator==(LyXGlueLength const & l1, LyXGlueLength const & l2);
 ///
 bool operator!=(LyXGlueLength const & l1, LyXGlueLength const & l2);
-///
-bool isValidGlueLength(string const & data, LyXGlueLength * result);
+/** If "data" is valid, the length represented by it is
+    stored into "result", if that is not 0. */
+bool isValidGlueLength(string const & data, LyXGlueLength * result = 0);
 
 #endif // LYXGLUELENGTH_H