]> git.lyx.org Git - features.git/commit
Simplify some of the bibliography update code. There is really no reason
authorRichard Heck <rgheck@comcast.net>
Fri, 3 Dec 2010 20:08:04 +0000 (20:08 +0000)
committerRichard Heck <rgheck@comcast.net>
Fri, 3 Dec 2010 20:08:04 +0000 (20:08 +0000)
commit840f2baf9185ca50d3ea94b0eea668cd56647d65
tree4708ee8da1e12bccefee543bc7c2a4f8947ae78d
parent66be58b074976c527c855626ce741023aac1363b
Simplify some of the bibliography update code. There is really no reason
to be passing the BiblioInfo structure around this way. (That's an old
holdover.) That lets us get rid of the non-const masterBibInfo() again.

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