]> git.lyx.org Git - lyx.git/blobdiff - src/lengthcommon.C
remove noload/don't typeset
[lyx.git] / src / lengthcommon.C
index 3324a53bf3819ba5b9fb5175d7d2215e11e3ed5e..cc35cef07c3536f3bd77a56421cbbfcda4e073bc 100644 (file)
@@ -8,7 +8,8 @@ int const num_units = LyXLength::UNIT_NONE;
 char const * unit_name[num_units] = { 
        "sp", "pt", "bp", "dd", "mm", "pc", "cc", "cm",
        "in", "ex", "em", "mu", 
-       "text%",  "col%", "page%", "line%" };
+       "text%",  "col%", "page%", "line%",
+       "theight%", "pheight%" };
 
 
 LyXLength::UNIT unitFromString(string const & data)