mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
Replace ParagraphList.h and RowList.h with their _fwd progeny.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7726 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
57a24ea912
commit
204f9ac42e
@ -1,3 +1,13 @@
|
|||||||
|
2003-09-10 Angus Leeming <leeming@lyx.org>
|
||||||
|
|
||||||
|
* Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h with their
|
||||||
|
_fwd progeny.
|
||||||
|
|
||||||
|
2003-09-09 Angus Leeming <leeming@lyx.org>
|
||||||
|
|
||||||
|
134 files throughtout the source tree: replace 'using namespace abc;'
|
||||||
|
directives with the appropriate 'using abc::xyz;' declarations.
|
||||||
|
|
||||||
2003-09-09 Lars Gullik Bjønnes <larsbj@lyx.org>
|
2003-09-09 Lars Gullik Bjønnes <larsbj@lyx.org>
|
||||||
|
|
||||||
* boost.C (emergencyCleanup): moved here from LAssert.c
|
* boost.C (emergencyCleanup): moved here from LAssert.c
|
||||||
|
@ -92,13 +92,13 @@ lyx_SOURCES = \
|
|||||||
MenuBackend.h \
|
MenuBackend.h \
|
||||||
paragraph_funcs.C \
|
paragraph_funcs.C \
|
||||||
paragraph_funcs.h \
|
paragraph_funcs.h \
|
||||||
ParagraphList.h \
|
ParagraphList_fwd.h \
|
||||||
ParagraphParameters.C \
|
ParagraphParameters.C \
|
||||||
ParagraphParameters.h \
|
ParagraphParameters.h \
|
||||||
ParameterStruct.h \
|
ParameterStruct.h \
|
||||||
PrinterParams.C \
|
PrinterParams.C \
|
||||||
PrinterParams.h \
|
PrinterParams.h \
|
||||||
RowList.h \
|
RowList_fwd.h \
|
||||||
ShareContainer.h \
|
ShareContainer.h \
|
||||||
Spacing.C \
|
Spacing.C \
|
||||||
Spacing.h \
|
Spacing.h \
|
||||||
|
Loading…
Reference in New Issue
Block a user