]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathGridInfo.h
Use master buffer's setting for math output type.
[lyx.git] / src / mathed / MathGridInfo.h
index f1e99719b374ce14fd14c6e617d8b78fc146528f..07ba78a9d95fc97fa75d7c14f575f699ca1e4f0e 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -23,8 +23,8 @@ class ColInfo
 public:
        ColInfo() : align('c'), rightline(0), leftline(false) {}
        char   align;      // column alignment
-       std::string width;      // column width
-       std::string special;    // special column alignment
+       docstring width;      // column width
+       docstring special;    // special column alignment
        int    rightline;  // a line on the right?
        bool   leftline;
 };
@@ -47,7 +47,7 @@ public:
           topline(false), bottomline(false)
        {}
 
-       std::string content;    // cell content
+       docstring content;    // cell content
        int multi;         // multicolumn flag
        char align;        // cell alignment
        bool leftline;     // do we have a line on the left?