Fix for bug #2867. Removed the questionable logic I added previously.

This commit is contained in:
troy%netscape.com 1999-02-04 00:43:49 +00:00
Родитель 13e2463b73
Коммит 1dcaa305b6
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -67,7 +67,7 @@ public:
nsGUIEvent* aEvent,
nsEventStatus& aEventStatus);
NS_IMETHOD IsPercentageBase(PRBool& aBase) const {
aBase = PR_FALSE;
aBase = PR_TRUE;
return NS_OK;
}

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

@ -67,7 +67,7 @@ public:
nsGUIEvent* aEvent,
nsEventStatus& aEventStatus);
NS_IMETHOD IsPercentageBase(PRBool& aBase) const {
aBase = PR_FALSE;
aBase = PR_TRUE;
return NS_OK;
}