X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMathGridInfo.h;h=07ba78a9d95fc97fa75d7c14f575f699ca1e4f0e;hb=704328d3488c75733ddeb9ad5439b1907e323e39;hp=f1e99719b374ce14fd14c6e617d8b78fc146528f;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/mathed/MathGridInfo.h b/src/mathed/MathGridInfo.h index f1e99719b3..07ba78a9d9 100644 --- a/src/mathed/MathGridInfo.h +++ b/src/mathed/MathGridInfo.h @@ -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?