]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathSplit.cpp
Be careful before using buffer parameters in colAlign
[features.git] / src / mathed / InsetMathSplit.cpp
index 200a0bc3c9fd3a23e0a6f7efe5142dd8af65385e..ebc8162dd91a38d4eeea15641b5879fc2b05d6e5 100644 (file)
@@ -62,7 +62,7 @@ char InsetMathSplit::defaultColAlign(col_type col)
            || name_ == "aligned"
            || name_ == "align"
            || name_ == "alignedat")
-               return colAlign(hullAlign, col, buffer().params());
+               return colAlign(hullAlign, col);
        return 'l';
 }
 
@@ -79,7 +79,7 @@ char InsetMathSplit::displayColAlign(idx_type idx) const
            || name_ == "aligned"
            || name_ == "align"
            || name_ == "alignedat")
-               return colAlign(hullAlign, col(idx), buffer().params());
+               return colAlign(hullAlign, col(idx));
        return InsetMathGrid::displayColAlign(idx);
 }