mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
add comment about ugly construct
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15606 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
93ef470769
commit
969f292119
@ -308,6 +308,7 @@ TeXOnePar(Buffer const & buf,
|
||||
bool const change_encoding = !runparams_in.dryrun &&
|
||||
bparams.inputenc == "auto" &&
|
||||
language->encoding() != doc_language->encoding();
|
||||
// don't trigger the copy ctor because it's private on msvc
|
||||
odocstream & os = *(change_encoding ? &par_stream : &ucs4);
|
||||
|
||||
// In an an inset with unlimited length (all in one row),
|
||||
|
Loading…
Reference in New Issue
Block a user