]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathChar.cpp
InsetMathHull.cpp: whitespace
[lyx.git] / src / mathed / InsetMathChar.cpp
index 4f826cc9a0a03655eada202db96802d6934f6323..6caf09aeff28e5eb4aa748fce5358223ec53848e 100644 (file)
@@ -139,10 +139,8 @@ void InsetMathChar::write(WriteStream & os) const
 
 void InsetMathChar::validate(LaTeXFeatures & features) const
 {
-       if (char_ >= 0x80) {
-               encodings.validate(char_, features);
-               features.require("mathsym");
-       }
+       if (char_ >= 0x80)
+               encodings.validate(char_, features, true);
 }