This commit is contained in:
hyatt%netscape.com 2000-01-26 10:08:49 +00:00
Родитель b24d8aa851
Коммит adcc8c722c
2 изменённых файлов: 12 добавлений и 0 удалений

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

@ -99,12 +99,18 @@ nsresult nsXBLEventHandler::MouseOut(nsIDOMEvent* aMouseEvent)
PRBool PRBool
nsXBLEventHandler::KeyEventMatched(nsIDOMKeyEvent* aKeyEvent) nsXBLEventHandler::KeyEventMatched(nsIDOMKeyEvent* aKeyEvent)
{ {
nsAutoString trueString = "true";
nsAutoString falseString = "false";
return PR_TRUE; return PR_TRUE;
} }
PRBool PRBool
nsXBLEventHandler::MouseEventMatched(nsIDOMUIEvent* aMouseEvent) nsXBLEventHandler::MouseEventMatched(nsIDOMUIEvent* aMouseEvent)
{ {
nsAutoString trueString = "true";
nsAutoString falseString = "false";
return PR_TRUE; return PR_TRUE;
} }

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

@ -99,12 +99,18 @@ nsresult nsXBLEventHandler::MouseOut(nsIDOMEvent* aMouseEvent)
PRBool PRBool
nsXBLEventHandler::KeyEventMatched(nsIDOMKeyEvent* aKeyEvent) nsXBLEventHandler::KeyEventMatched(nsIDOMKeyEvent* aKeyEvent)
{ {
nsAutoString trueString = "true";
nsAutoString falseString = "false";
return PR_TRUE; return PR_TRUE;
} }
PRBool PRBool
nsXBLEventHandler::MouseEventMatched(nsIDOMUIEvent* aMouseEvent) nsXBLEventHandler::MouseEventMatched(nsIDOMUIEvent* aMouseEvent)
{ {
nsAutoString trueString = "true";
nsAutoString falseString = "false";
return PR_TRUE; return PR_TRUE;
} }