]> git.lyx.org Git - features.git/commit
* Fix latex output of child documents when rendered alone.
authorStefan Schimanski <sts@lyx.org>
Wed, 23 Jan 2008 00:26:48 +0000 (00:26 +0000)
committerStefan Schimanski <sts@lyx.org>
Wed, 23 Jan 2008 00:26:48 +0000 (00:26 +0000)
commit76cbbc2fb42a76dff1ea217d7b5fa42135edf702
tree6989a1ef79a173e77924b373ef79b8f03aa2e39e
parent135fbe2c1baf74e84750927af8e2d35af867fac8
* Fix latex output of child documents when rendered alone.

Problem: Before macro redefinitions in a child buffer did not see the
parent original definition because an Buffer::updateMacros() call had
updated the redefinition_ flag to "false" after the parent buffer had
temporarely been set to =0 for latex output of the child.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22656 a592a061-630c-0410-9148-cb99ea01b6c8
src/Buffer.cpp