mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
add 'special' member to ColInfo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7233 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6a970ad5d8
commit
3e0e2103b5
@ -26,7 +26,6 @@
|
||||
#include "math_support.h"
|
||||
#include "math_mathmlstream.h"
|
||||
#include "textpainter.h"
|
||||
#include "Lsstream.h"
|
||||
|
||||
#include "BufferView.h"
|
||||
#include "gettext.h"
|
||||
|
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user