mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 01:08:45 +00:00
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:
parent
201c69dc93
commit
9e6e4ebdd5
@ -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)
|
||||
{}
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user