]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathComment.cpp
* InsetMathHull:
[lyx.git] / src / mathed / InsetMathComment.cpp
index 7ecdc2da2c19ca11d72db1571851f0989917c2c5..5bf046d08e87e229ab2a711024a056540d82ff04 100644 (file)
 #include <config.h>
 
 #include "InsetMathComment.h"
+
 #include "MathData.h"
 #include "MathStream.h"
 #include "MathSupport.h"
-#include "support/std_ostream.h"
+
+#include <ostream>
 
 
 namespace lyx {
@@ -42,7 +44,6 @@ void InsetMathComment::metrics(MetricsInfo & mi, Dimension & dim) const
 {
        cell(0).metrics(mi, dim);
        metricsMarkers(dim);
-       dim_ = dim;
 }