From 477db97893e96f8d1a8754f317377634726cfa7d Mon Sep 17 00:00:00 2001 From: "troy%netscape.com" Date: Fri, 12 Feb 1999 18:18:34 +0000 Subject: [PATCH] Fixed build bustage git-svn-id: svn://10.0.0.236/trunk@20577 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/generic/nsBlockFrame.cpp | 2 +- mozilla/layout/generic/nsBlockReflowState.cpp | 2 +- mozilla/layout/generic/nsBlockReflowState.h | 2 +- mozilla/layout/html/base/src/nsBlockFrame.cpp | 2 +- mozilla/layout/html/base/src/nsBlockReflowState.cpp | 2 +- mozilla/layout/html/base/src/nsBlockReflowState.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mozilla/layout/generic/nsBlockFrame.cpp b/mozilla/layout/generic/nsBlockFrame.cpp index fa38b8d4326..ba8b77e4851 100644 --- a/mozilla/layout/generic/nsBlockFrame.cpp +++ b/mozilla/layout/generic/nsBlockFrame.cpp @@ -2515,7 +2515,7 @@ nsBlockFrame::ReflowInlineFrame(nsBlockReflowState& aState, if (needSplit) { // Split line after the current frame - aKeepLineGoing = PR_FALSE; + *aKeepLineGoing = PR_FALSE; aFrame->GetNextSibling(&aFrame); rv = SplitLine(aState, aLine, aFrame); if (NS_FAILED(rv)) { diff --git a/mozilla/layout/generic/nsBlockReflowState.cpp b/mozilla/layout/generic/nsBlockReflowState.cpp index fa38b8d4326..ba8b77e4851 100644 --- a/mozilla/layout/generic/nsBlockReflowState.cpp +++ b/mozilla/layout/generic/nsBlockReflowState.cpp @@ -2515,7 +2515,7 @@ nsBlockFrame::ReflowInlineFrame(nsBlockReflowState& aState, if (needSplit) { // Split line after the current frame - aKeepLineGoing = PR_FALSE; + *aKeepLineGoing = PR_FALSE; aFrame->GetNextSibling(&aFrame); rv = SplitLine(aState, aLine, aFrame); if (NS_FAILED(rv)) { diff --git a/mozilla/layout/generic/nsBlockReflowState.h b/mozilla/layout/generic/nsBlockReflowState.h index fa38b8d4326..ba8b77e4851 100644 --- a/mozilla/layout/generic/nsBlockReflowState.h +++ b/mozilla/layout/generic/nsBlockReflowState.h @@ -2515,7 +2515,7 @@ nsBlockFrame::ReflowInlineFrame(nsBlockReflowState& aState, if (needSplit) { // Split line after the current frame - aKeepLineGoing = PR_FALSE; + *aKeepLineGoing = PR_FALSE; aFrame->GetNextSibling(&aFrame); rv = SplitLine(aState, aLine, aFrame); if (NS_FAILED(rv)) { diff --git a/mozilla/layout/html/base/src/nsBlockFrame.cpp b/mozilla/layout/html/base/src/nsBlockFrame.cpp index fa38b8d4326..ba8b77e4851 100644 --- a/mozilla/layout/html/base/src/nsBlockFrame.cpp +++ b/mozilla/layout/html/base/src/nsBlockFrame.cpp @@ -2515,7 +2515,7 @@ nsBlockFrame::ReflowInlineFrame(nsBlockReflowState& aState, if (needSplit) { // Split line after the current frame - aKeepLineGoing = PR_FALSE; + *aKeepLineGoing = PR_FALSE; aFrame->GetNextSibling(&aFrame); rv = SplitLine(aState, aLine, aFrame); if (NS_FAILED(rv)) { diff --git a/mozilla/layout/html/base/src/nsBlockReflowState.cpp b/mozilla/layout/html/base/src/nsBlockReflowState.cpp index fa38b8d4326..ba8b77e4851 100644 --- a/mozilla/layout/html/base/src/nsBlockReflowState.cpp +++ b/mozilla/layout/html/base/src/nsBlockReflowState.cpp @@ -2515,7 +2515,7 @@ nsBlockFrame::ReflowInlineFrame(nsBlockReflowState& aState, if (needSplit) { // Split line after the current frame - aKeepLineGoing = PR_FALSE; + *aKeepLineGoing = PR_FALSE; aFrame->GetNextSibling(&aFrame); rv = SplitLine(aState, aLine, aFrame); if (NS_FAILED(rv)) { diff --git a/mozilla/layout/html/base/src/nsBlockReflowState.h b/mozilla/layout/html/base/src/nsBlockReflowState.h index fa38b8d4326..ba8b77e4851 100644 --- a/mozilla/layout/html/base/src/nsBlockReflowState.h +++ b/mozilla/layout/html/base/src/nsBlockReflowState.h @@ -2515,7 +2515,7 @@ nsBlockFrame::ReflowInlineFrame(nsBlockReflowState& aState, if (needSplit) { // Split line after the current frame - aKeepLineGoing = PR_FALSE; + *aKeepLineGoing = PR_FALSE; aFrame->GetNextSibling(&aFrame); rv = SplitLine(aState, aLine, aFrame); if (NS_FAILED(rv)) {