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