]> git.lyx.org Git - features.git/commit
Move depth_type to support/types.h.
authorAngus Leeming <leeming@lyx.org>
Sat, 6 Sep 2003 17:23:08 +0000 (17:23 +0000)
committerAngus Leeming <leeming@lyx.org>
Sat, 6 Sep 2003 17:23:08 +0000 (17:23 +0000)
commitf3bff9d5d850904ddef6397f5bd31838c7f8b33d
tree6065df65d17706b4842aa65cda65cb149cca82d6
parent2e1eeac0b968511ff2084e193eac98f33cb1ea87
Move depth_type to support/types.h.
Remove paragraph.h from buffer.h, paragraph_funcs.h.
Add paragraph.h to a heap of .C files.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7694 a592a061-630c-0410-9148-cb99ea01b6c8
39 files changed:
src/BufferView.C
src/BufferView_pimpl.C
src/ChangeLog
src/CutAndPaste.C
src/ParagraphParameters.C
src/ParagraphParameters.h
src/ParameterStruct.h
src/buffer.h
src/buffer_funcs.C
src/bufferlist.C
src/bufferview_funcs.C
src/frontends/LyXView.C
src/frontends/controllers/ControlChanges.C
src/frontends/controllers/ControlDocument.C
src/frontends/controllers/ControlErrorList.C
src/insets/insetbibitem.C
src/insets/insetbranch.C
src/insets/insetcaption.C
src/insets/insetcollapsable.C
src/insets/insetenv.C
src/insets/insetert.C
src/insets/insetfloat.C
src/insets/insetfoot.C
src/insets/insetfootlike.C
src/insets/insetnewline.C
src/insets/insetquotes.C
src/insets/insettabular.C
src/insets/insettext.C
src/insets/insetwrap.C
src/lyx_cb.C
src/lyxfunc.C
src/paragraph.h
src/paragraph_funcs.h
src/sgml.h
src/support/types.h
src/tabular.C
src/text3.C
src/toc.C
src/undo_funcs.C