]> git.lyx.org Git - lyx.git/blobdiff - src/lengthcommon.cpp
Fix shaded box UI color (#7395) as good as it gets ATM
[lyx.git] / src / lengthcommon.cpp
index a226a7e2e73bad977a8b64ff129bfb68582456cc..217c22b6048c48e393d8ddfe8309c01ec49950d9 100644 (file)
@@ -47,6 +47,7 @@ char const * const unit_name_gui[] = {
        N_("Column Width %"), N_("Page Width %"), N_("Line Width %"),
        N_("Text Height %"), N_("Page Height %"), "" };
 
+
 Length::UNIT unitFromString(string const & data)
 {
        int i = 0;
@@ -208,6 +209,7 @@ LaTeXLength table[] = {
 
 } // namespace anon
 
+
 const char * stringFromUnit(int unit)
 {
        if (unit < 0 || unit > num_units)