]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBox.cpp
When cancelling saving of a children, cancel the whole process.
[lyx.git] / src / mathed / InsetMathBox.cpp
index 4c832f0dc5f9c01ba474a2739bad822fb5dc4c62..c0df607789ede1ddb977643bfeb7d575dc4e91e3 100644 (file)
@@ -164,7 +164,7 @@ void InsetMathFBox::normalize(NormalStream & os) const
 
 
 void InsetMathFBox::mathmlize(MathStream & ms) const
-{      
+{
        SetMode textmode(ms, true);
        ms << MTag("mstyle", "class='fbox'")
           << cell(0)
@@ -301,7 +301,7 @@ void InsetMathMakebox::normalize(NormalStream & os) const
 
 void InsetMathMakebox::infoize(odocstream & os) const
 {
-       os << (framebox_ ? "Framebox" : "Makebox") 
+       os << (framebox_ ? "Framebox" : "Makebox")
           << " (width: " << cell(0)
           << " pos: " << cell(1) << ")";
 }
@@ -418,7 +418,7 @@ void InsetMathBoxed::validate(LaTeXFeatures & features) const
                features.addCSSSnippet("mstyle.boxed { border: 1px solid black; }");
        else if (features.runparams().math_flavor == OutputParams::MathAsHTML)
                features.addCSSSnippet("span.boxed { border: 1px solid black; }");
-       
+
        InsetMathNest::validate(features);
 }