зеркало из https://github.com/mozilla/gecko-dev.git
Removed bullet factory methods
This commit is contained in:
Родитель
8633ecd966
Коммит
9529a8eeaf
|
@ -324,15 +324,6 @@ extern nsresult
|
|||
NS_NewSelectControlFrame(nsIContent* aContent, nsIFrame* aParentFrame,
|
||||
nsIFrame*& aResult);
|
||||
|
||||
// bullet
|
||||
extern nsresult
|
||||
NS_NewBulletFrame(nsIContent* aContent, nsIFrame* aParentFrame,
|
||||
nsIFrame*& aResult);
|
||||
|
||||
extern nsresult
|
||||
NS_NewBulletFrame(nsIContent* aContent, nsIFrame* aParentFrame,
|
||||
nsIFrame*& aResult);
|
||||
|
||||
// table frame factories
|
||||
|
||||
extern nsresult
|
||||
|
@ -377,10 +368,6 @@ extern nsresult NS_NewHTMLContentSink(nsIHTMLContentSink** aInstancePtrResult,
|
|||
nsIURL* aURL,
|
||||
nsIWebShell* aWebShell);
|
||||
|
||||
|
||||
extern nsresult
|
||||
NS_NewHTMLBullet(nsIHTMLContent** aInstancePtrResult);
|
||||
|
||||
/** Create a new table content object <TABLE> */
|
||||
extern nsresult
|
||||
NS_NewTablePart(nsIHTMLContent** aInstancePtrResult,
|
||||
|
|
|
@ -324,15 +324,6 @@ extern nsresult
|
|||
NS_NewSelectControlFrame(nsIContent* aContent, nsIFrame* aParentFrame,
|
||||
nsIFrame*& aResult);
|
||||
|
||||
// bullet
|
||||
extern nsresult
|
||||
NS_NewBulletFrame(nsIContent* aContent, nsIFrame* aParentFrame,
|
||||
nsIFrame*& aResult);
|
||||
|
||||
extern nsresult
|
||||
NS_NewBulletFrame(nsIContent* aContent, nsIFrame* aParentFrame,
|
||||
nsIFrame*& aResult);
|
||||
|
||||
// table frame factories
|
||||
|
||||
extern nsresult
|
||||
|
@ -377,10 +368,6 @@ extern nsresult NS_NewHTMLContentSink(nsIHTMLContentSink** aInstancePtrResult,
|
|||
nsIURL* aURL,
|
||||
nsIWebShell* aWebShell);
|
||||
|
||||
|
||||
extern nsresult
|
||||
NS_NewHTMLBullet(nsIHTMLContent** aInstancePtrResult);
|
||||
|
||||
/** Create a new table content object <TABLE> */
|
||||
extern nsresult
|
||||
NS_NewTablePart(nsIHTMLContent** aInstancePtrResult,
|
||||
|
|
Загрузка…
Ссылка в новой задаче