This commit is contained in:
hyatt%netscape.com 2000-12-10 09:47:05 +00:00
Родитель 2c88bcf7c9
Коммит 4ed7ab545c
4 изменённых файлов: 4 добавлений и 4 удалений

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

@ -2513,7 +2513,7 @@ nsDocument::GetBoxObjectFor(nsIDOMElement* aElement, nsIBoxObject** aResult)
else {
nsISupportsKey key(aElement);
nsCOMPtr<nsISupports> supports =
getter_AddRefs(NS_STATIC_CAST(nsIBoxObject*, mBoxObjectTable->Get(&key)));
getter_AddRefs(NS_STATIC_CAST(nsISupports*, mBoxObjectTable->Get(&key)));
nsCOMPtr<nsIBoxObject> boxObject(do_QueryInterface(supports));
if (boxObject) {
*aResult = boxObject;

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

@ -6364,7 +6364,7 @@ nsXULDocument::GetBoxObjectFor(nsIDOMElement* aElement, nsIBoxObject** aResult)
else {
nsISupportsKey key(aElement);
nsCOMPtr<nsISupports> supports =
getter_AddRefs(NS_STATIC_CAST(nsIBoxObject*, mBoxObjectTable->Get(&key)));
getter_AddRefs(NS_STATIC_CAST(nsISupports*, mBoxObjectTable->Get(&key)));
nsCOMPtr<nsIBoxObject> boxObject(do_QueryInterface(supports));
if (boxObject) {
*aResult = boxObject;

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

@ -2513,7 +2513,7 @@ nsDocument::GetBoxObjectFor(nsIDOMElement* aElement, nsIBoxObject** aResult)
else {
nsISupportsKey key(aElement);
nsCOMPtr<nsISupports> supports =
getter_AddRefs(NS_STATIC_CAST(nsIBoxObject*, mBoxObjectTable->Get(&key)));
getter_AddRefs(NS_STATIC_CAST(nsISupports*, mBoxObjectTable->Get(&key)));
nsCOMPtr<nsIBoxObject> boxObject(do_QueryInterface(supports));
if (boxObject) {
*aResult = boxObject;

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

@ -6364,7 +6364,7 @@ nsXULDocument::GetBoxObjectFor(nsIDOMElement* aElement, nsIBoxObject** aResult)
else {
nsISupportsKey key(aElement);
nsCOMPtr<nsISupports> supports =
getter_AddRefs(NS_STATIC_CAST(nsIBoxObject*, mBoxObjectTable->Get(&key)));
getter_AddRefs(NS_STATIC_CAST(nsISupports*, mBoxObjectTable->Get(&key)));
nsCOMPtr<nsIBoxObject> boxObject(do_QueryInterface(supports));
if (boxObject) {
*aResult = boxObject;