Backport r30581.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30596 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2009-07-15 07:31:22 +00:00
parent 201c69dc93
commit 9e6e4ebdd5
2 changed files with 4 additions and 5 deletions

View File

@ -111,14 +111,14 @@ WriteStream::WriteStream(odocstream & os, bool fragile, bool latex, bool dryrun,
Encoding const * encoding)
: os_(os), fragile_(fragile), firstitem_(false), latex_(latex),
dryrun_(dryrun), pendingspace_(false), pendingbrace_(false),
textmode_(false), line_(0), encoding_(encoding)
textmode_(false), locked_(0), line_(0), encoding_(encoding)
{}
WriteStream::WriteStream(odocstream & os)
: os_(os), fragile_(false), firstitem_(false), latex_(false),
dryrun_(false), pendingspace_(false), pendingbrace_(false),
textmode_(false), line_(0), encoding_(0)
textmode_(false), locked_(0), line_(0), encoding_(0)
{}

View File

@ -223,9 +223,8 @@ What's new
- Fix selection of math insets on some archs.
- Fix of painter glitches caused by unitialized variables (bug 6077).
- Fix unitialized variable in Dialog code (bug 6081).
- Fix unitialized variable in Math, Dialog and inset painting code
(bugs 6082, 6081, 6077).
* DOCUMENTATION AND LOCALIZATION