]> git.lyx.org Git - lyx.git/blobdiff - src/Dimension.cpp
Change the "empty layout" to the "plain layout", to try to avoid confusion.
[lyx.git] / src / Dimension.cpp
index 311c653f07c627f077fc191de22db8035dced81a..e80d83585ae7a9390f12d0a2780f31a3f13a8360 100644 (file)
@@ -14,7 +14,6 @@
 
 namespace lyx {
 
-
 void Dimension::operator+=(Dimension const & dim)
 {
        if (asc < dim.asc)