]> git.lyx.org Git - features.git/commitdiff
add 'special' member to ColInfo
authorAndré Pönitz <poenitz@gmx.net>
Thu, 3 Jul 2003 12:03:52 +0000 (12:03 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Thu, 3 Jul 2003 12:03:52 +0000 (12:03 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7233 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/formula.C
src/mathed/math_gridinfo.h

index 3145c20f8a983fa1135dedb4c3d1da052ed4cebe..c4c2f0959be30aa4c662013ac610a01a9ca0bb65 100644 (file)
@@ -26,7 +26,6 @@
 #include "math_support.h"
 #include "math_mathmlstream.h"
 #include "textpainter.h"
-#include "Lsstream.h"
 
 #include "BufferView.h"
 #include "gettext.h"
index bc51b6028660f52c58f335383c769e357f09fec1..5d3e844767503e6e4bafb6ee2419825be5e9dfea 100644 (file)
@@ -6,6 +6,7 @@ struct ColInfo
        ColInfo() : align('c'), rightline(0), leftline(false) {}
        char   align;      // column alignment
        string width;      // column width
+       string special;    // special column alignment
        int    rightline;  // a line on the right?
        bool   leftline;
 };