X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathLefteqn.cpp;h=f66c815179365d9e443ec006f2a170be00e5e573;hb=5e0121cf5854a2a0039e6cb4970aeddb18bd4b23;hp=dc64e6f7df86da294933c4a868baa85e3a4432f5;hpb=237c132c1e6fc720b87f2fea6deb18a8395cbe0a;p=lyx.git diff --git a/src/mathed/InsetMathLefteqn.cpp b/src/mathed/InsetMathLefteqn.cpp index dc64e6f7df..f66c815179 100644 --- a/src/mathed/InsetMathLefteqn.cpp +++ b/src/mathed/InsetMathLefteqn.cpp @@ -11,8 +11,8 @@ #include #include "InsetMathLefteqn.h" -#include "MathData.h" -#include "support/std_ostream.h" + +#include "support/docstream.h" namespace lyx { @@ -35,7 +35,6 @@ void InsetMathLefteqn::metrics(MetricsInfo & mi, Dimension & dim) const dim.des += 2; dim.wid = 4; metricsMarkers(dim); - dim_ = dim; }