Removed nsListItemFrame and added nsHTMLBullet
git-svn-id: svn://10.0.0.236/trunk@2595 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
06ff982939
commit
d091d8c074
@ -28,6 +28,7 @@ CPPSRCS = \
|
||||
nsGlobalVariables.cpp \
|
||||
nsHRPart.cpp \
|
||||
nsHTMLAtoms.cpp \
|
||||
nsHTMLBullet.cpp \
|
||||
nsHTMLContainer.cpp \
|
||||
nsHTMLContainerFrame.cpp \
|
||||
nsHTMLContent.cpp \
|
||||
@ -38,7 +39,6 @@ CPPSRCS = \
|
||||
nsImageMap.cpp \
|
||||
nsInlineFrame.cpp \
|
||||
nsLeafFrame.cpp \
|
||||
nsListItemFrame.cpp \
|
||||
nsPageFrame.cpp \
|
||||
nsPlaceholderFrame.cpp \
|
||||
nsRootPart.cpp \
|
||||
|
||||
@ -31,6 +31,7 @@ CPPSRCS= \
|
||||
nsGlobalVariables.cpp \
|
||||
nsHRPart.cpp \
|
||||
nsHTMLAtoms.cpp \
|
||||
nsHTMLBullet.cpp \
|
||||
nsHTMLContainer.cpp \
|
||||
nsHTMLContainerFrame.cpp \
|
||||
nsHTMLContent.cpp \
|
||||
@ -41,7 +42,6 @@ CPPSRCS= \
|
||||
nsInlineFrame.cpp \
|
||||
nsLeafFrame.cpp \
|
||||
nsLineLayout.cpp \
|
||||
nsListItemFrame.cpp \
|
||||
nsPageFrame.cpp \
|
||||
nsPlaceholderFrame.cpp \
|
||||
nsRootPart.cpp \
|
||||
@ -61,6 +61,7 @@ CPP_OBJS= \
|
||||
.\$(OBJDIR)\nsGlobalVariables.obj \
|
||||
.\$(OBJDIR)\nsHRPart.obj \
|
||||
.\$(OBJDIR)\nsHTMLAtoms.obj \
|
||||
.\$(OBJDIR)\nsHTMLBullet.obj \
|
||||
.\$(OBJDIR)\nsHTMLContainer.obj \
|
||||
.\$(OBJDIR)\nsHTMLContainerFrame.obj \
|
||||
.\$(OBJDIR)\nsHTMLContent.obj \
|
||||
@ -72,7 +73,6 @@ CPP_OBJS= \
|
||||
.\$(OBJDIR)\nsInlineFrame.obj \
|
||||
.\$(OBJDIR)\nsLeafFrame.obj \
|
||||
.\$(OBJDIR)\nsLineLayout.obj \
|
||||
.\$(OBJDIR)\nsListItemFrame.obj \
|
||||
.\$(OBJDIR)\nsPageFrame.obj \
|
||||
.\$(OBJDIR)\nsPlaceholderFrame.obj \
|
||||
.\$(OBJDIR)\nsRootPart.obj \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user