Enable the <ms> tag
git-svn-id: svn://10.0.0.236/trunk@59239 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user