]> git.lyx.org Git - features.git/commit
Added copy constructor to inset.h and used it in most insets which permit
authorJürgen Vigna <jug@sad.it>
Tue, 24 Jul 2001 15:07:09 +0000 (15:07 +0000)
committerJürgen Vigna <jug@sad.it>
Tue, 24 Jul 2001 15:07:09 +0000 (15:07 +0000)
commitfd054e60b18496cef6527be18a99cd2ec3e48346
tree247aba5e519f2c30e5f42bba14720515d25909b9
parentaf67fb883b07efddfeab9f79d59a05df220a22fa
Added copy constructor to inset.h and used it in most insets which permit
it. Small fixes.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2323 a592a061-630c-0410-9148-cb99ea01b6c8
26 files changed:
src/ChangeLog
src/insets/ChangeLog
src/insets/inset.C
src/insets/inset.h
src/insets/insetbib.C
src/insets/insetcollapsable.C
src/insets/insetcollapsable.h
src/insets/insetcommand.C
src/insets/insetert.C
src/insets/insetert.h
src/insets/insetfloat.C
src/insets/insetfloat.h
src/insets/insetfoot.C
src/insets/insetfoot.h
src/insets/insetlist.C
src/insets/insetlist.h
src/insets/insetmarginal.C
src/insets/insetmarginal.h
src/insets/insetminipage.C
src/insets/insetminipage.h
src/insets/insetnote.C
src/insets/insetnote.h
src/insets/insettabular.C
src/insets/insettext.C
src/lyxfont.C
src/text.C