diff options
author | Thomas Lange [tl] <tl@openoffice.org> | 2010-12-13 13:47:19 +0100 |
---|---|---|
committer | Thomas Lange [tl] <tl@openoffice.org> | 2010-12-13 13:47:19 +0100 |
commit | dcb88ec2751cff9f0f7accb34dca76faf33725bf (patch) | |
tree | 763277cbc83e8b6a49829b533ff044c30bbe0cfd /sw/inc/doc.hxx | |
parent | c7e862d6a588a4828213a09d69da8c1120c469b5 (diff) | |
parent | 8ad779467d54c07000b0e4cf75bf16a34ee01345 (diff) |
cws tl84: merge with DEV300_m95
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r-- | sw/inc/doc.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index 613817369271..2d9c54c156c0 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -588,6 +588,7 @@ private: bool mbUseFormerTextWrapping : 1; // FME 2005-05-11 #108724# bool mbConsiderWrapOnObjPos : 1; // OD 2004-05-05 #i28701# // TRUE: object positioning algorithm has consider the wrapping style of // the floating screen objects as given by its attribute 'WrapInfluenceOnObjPos' + bool mbMathBaselineAlignment : 1; // TL 2010-10-29 #i972# // non-ui-compatibility flags: bool mbOldNumbering : 1; // HBRINKM #111955# |