This commit is contained in:
rbs%maths.uq.edu.au 2000-01-30 23:30:54 +00:00
Родитель c73698ed81
Коммит 0b3223675b
4 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -58,6 +58,7 @@ CPPSRCS = nsMathMLChar.cpp \
nsMathMLmunderoverFrame.cpp \
nsMathMLmpaddedFrame.cpp \
nsMathMLmspaceFrame.cpp \
nsMathMLmsFrame.cpp \
nsMathMLmstyleFrame.cpp \
nsMathMLmsqrtFrame.cpp \
nsMathMLmrootFrame.cpp \

Просмотреть файл

@ -47,6 +47,7 @@ CPPSRCS= nsMathMLChar.cpp \
nsMathMLmunderoverFrame.cpp \
nsMathMLmpaddedFrame.cpp \
nsMathMLmspaceFrame.cpp \
nsMathMLmsFrame.cpp \
nsMathMLmstyleFrame.cpp \
nsMathMLmsqrtFrame.cpp \
nsMathMLmrootFrame.cpp \
@ -71,6 +72,7 @@ CPP_OBJS= .\$(OBJDIR)\nsMathMLChar.obj \
.\$(OBJDIR)\nsMathMLmunderoverFrame.obj \
.\$(OBJDIR)\nsMathMLmpaddedFrame.obj \
.\$(OBJDIR)\nsMathMLmspaceFrame.obj \
.\$(OBJDIR)\nsMathMLmsFrame.obj \
.\$(OBJDIR)\nsMathMLmstyleFrame.obj \
.\$(OBJDIR)\nsMathMLmsqrtFrame.obj \
.\$(OBJDIR)\nsMathMLmrootFrame.obj \

Просмотреть файл

@ -33,6 +33,7 @@ extern nsresult NS_NewMathMLmoFrame ( nsIPresShell* aPresShell, nsIFrame** aNewF
extern nsresult NS_NewMathMLmphantomFrame ( nsIPresShell* aPresShell, nsIFrame** aNewFrame );
extern nsresult NS_NewMathMLmpaddedFrame ( nsIPresShell* aPresShell, nsIFrame** aNewFrame );
extern nsresult NS_NewMathMLmspaceFrame ( nsIPresShell* aPresShell, nsIFrame** aNewFrame );
extern nsresult NS_NewMathMLmsFrame ( nsIPresShell* aPresShell, nsIFrame** aNewFrame );
extern nsresult NS_NewMathMLmfencedFrame ( nsIPresShell* aPresShell, nsIFrame** aNewFrame );
extern nsresult NS_NewMathMLmfracFrame ( nsIPresShell* aPresShell, nsIFrame** aNewFrame );
extern nsresult NS_NewMathMLmsubFrame ( nsIPresShell* aPresShell, nsIFrame** aNewFrame );

Просмотреть файл

@ -38,7 +38,6 @@
#include "nsStyleUtil.h"
#include "nsIDOMText.h"
#include "nsITextContent.h"
#include "nsMathMLmiFrame.h"