]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_decorationinset.C
fix build, thesaurus
[lyx.git] / src / mathed / math_decorationinset.C
index b447e594b701227d4f0e7ccc8375ed23f2a93241..bbfdf2005f4730ba5360129a11f1bbd6c71e7191 100644 (file)
@@ -24,7 +24,10 @@ MathInset * MathDecorationInset::clone() const
 
 bool MathDecorationInset::upper() const
 {
-       return name_ != "underline" && name_ != "underbrace";
+       return
+                       name_ != "underbar" &&
+                       name_ != "underline" &&
+                       name_ != "underbrace";
 }