Remove unused insert html txn
git-svn-id: svn://10.0.0.236/trunk@45707 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -41,7 +41,6 @@ CPPSRCS = \
|
||||
EditAggregateTxn.cpp \
|
||||
EditTable.cpp \
|
||||
InsertTextTxn.cpp \
|
||||
nsInsertHTMLTxn.cpp \
|
||||
PlaceholderTxn.cpp \
|
||||
DeleteTextTxn.cpp \
|
||||
CreateElementTxn.cpp \
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
#include "DeleteTextTxn.h"
|
||||
#include "CreateElementTxn.h"
|
||||
#include "InsertElementTxn.h"
|
||||
#include "nsInsertHTMLTxn.h"
|
||||
#include "DeleteElementTxn.h"
|
||||
#include "DeleteRangeTxn.h"
|
||||
#include "ChangeAttributeTxn.h"
|
||||
@@ -55,8 +54,6 @@ TransactionFactory::GetNewTransaction(REFNSIID aTxnType, EditTxn **aResult)
|
||||
*aResult = new CreateElementTxn();
|
||||
else if (aTxnType.Equals(InsertElementTxn::GetCID()))
|
||||
*aResult = new InsertElementTxn();
|
||||
else if (aTxnType.Equals(nsInsertHTMLTxn::GetCID()))
|
||||
*aResult = new nsInsertHTMLTxn();
|
||||
else if (aTxnType.Equals(DeleteElementTxn::GetCID()))
|
||||
*aResult = new DeleteElementTxn();
|
||||
else if (aTxnType.Equals(DeleteRangeTxn::GetCID()))
|
||||
|
||||
@@ -22,7 +22,6 @@ include <$(DEPTH)/config/config.mak>
|
||||
LIBRARY_NAME=ender
|
||||
|
||||
CPPSRCS = \
|
||||
nsInsertHTMLTxn.cpp \
|
||||
nsEditor.cpp \
|
||||
nsEditorUtils.cpp \
|
||||
nsEditorRegistration.cpp \
|
||||
@@ -59,7 +58,6 @@ CPPSRCS = \
|
||||
$(NULL)
|
||||
|
||||
CPP_OBJS = \
|
||||
.\$(OBJDIR)\nsInsertHTMLTxn.obj \
|
||||
.\$(OBJDIR)\nsEditor.obj \
|
||||
.\$(OBJDIR)\nsEditorUtils.obj \
|
||||
.\$(OBJDIR)\nsEditorRegistration.obj \
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
#include "DeleteTextTxn.h"
|
||||
#include "CreateElementTxn.h"
|
||||
#include "InsertElementTxn.h"
|
||||
#include "nsInsertHTMLTxn.h"
|
||||
#include "DeleteElementTxn.h"
|
||||
#include "DeleteRangeTxn.h"
|
||||
#include "ChangeAttributeTxn.h"
|
||||
@@ -55,8 +54,6 @@ TransactionFactory::GetNewTransaction(REFNSIID aTxnType, EditTxn **aResult)
|
||||
*aResult = new CreateElementTxn();
|
||||
else if (aTxnType.Equals(InsertElementTxn::GetCID()))
|
||||
*aResult = new InsertElementTxn();
|
||||
else if (aTxnType.Equals(nsInsertHTMLTxn::GetCID()))
|
||||
*aResult = new nsInsertHTMLTxn();
|
||||
else if (aTxnType.Equals(DeleteElementTxn::GetCID()))
|
||||
*aResult = new DeleteElementTxn();
|
||||
else if (aTxnType.Equals(DeleteRangeTxn::GetCID()))
|
||||
|
||||
Reference in New Issue
Block a user