]> git.lyx.org Git - features.git/commit
Some cleanup in InsetInclude:
authorVincent van Ravesteijn <vfr@lyx.org>
Thu, 26 Mar 2009 00:48:32 +0000 (00:48 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Thu, 26 Mar 2009 00:48:32 +0000 (00:48 +0000)
commit74741ca5b97024a79a48ad3f81675c4e04e88420
tree2029f9db17492c6af68270200277f4036e1079d1
parentd697f88e1b6ccd2153065f5e8e76f2c13edabc2a
Some cleanup in InsetInclude:
* use the UpdateScope, introduced recently, to prevent the 'strange' calls to setParent which also causes the update mechanism to run,
* remove the buffer parameter of loadIfNeeded and all function,
* remove doubled code from getChildBuffer.

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