]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlength.C
remove mention of lyxrc from the splash
[lyx.git] / src / lyxlength.C
index ff1b580c094784b0fa70dbfc2899f6bbf9f9a0c2..c38e7a33729300a0e59ae5ecafa17f3faedb16a1 100644 (file)
 
 #include <config.h>
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
-
 #include "lyxlength.h"
 #include "lengthcommon.h"
 #include "lyxrc.h"
@@ -27,7 +23,7 @@
 using std::abs;
 
 LyXLength::LyXLength()
-       : val_(0), unit_(LyXLength::PT)
+       : val_(0), unit_(LyXLength::UNIT_NONE)
 {}
 
 
@@ -123,6 +119,12 @@ bool LyXLength::zero() const
 }
 
 
+bool LyXLength::empty() const
+{
+       return unit_ == LyXLength::UNIT_NONE;
+}
+
+
 int LyXLength::inPixels(int text_width, int em_width_base) const
 {
        // Zoom factor specified by user in percent