]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_diminset.C
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_diminset.C
index 2e9e75ef71968ffc25dc8fe158623e62a520174e..c2d0f9b404879a14c88dc13cd11cafa8169e3721 100644 (file)
@@ -1,6 +1,3 @@
-#ifdef __GNUG__
-#pragma implementation
-#endif
 
 #include "math_diminset.h"
 #include "Lsstream.h"
@@ -15,9 +12,9 @@ void MathDimInset::metricsT(TextMetricsInfo const &) const
 /*
        std::ostringstream os;
        os << MathAtom(this);
-       dim_.w = int(os.str().size());
-       dim_.a = 1;
-       dim_.d = 0;
+       dim_.wid = int(os.str().size());
+       dim_.asc = 1;
+       dim_.des = 0;
 */
 }