From ebfc3f6c7b28fbc012f3551a4def7a02412c43d9 Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Tue, 18 Dec 2001 06:15:46 +0000 Subject: [PATCH] OS/2 bustage git-svn-id: svn://10.0.0.236/trunk@110694 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/generic/nsTextFrame.cpp | 2 +- mozilla/layout/html/base/src/nsTextFrame.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/layout/generic/nsTextFrame.cpp b/mozilla/layout/generic/nsTextFrame.cpp index d4b3fb2e485..e3929d98788 100644 --- a/mozilla/layout/generic/nsTextFrame.cpp +++ b/mozilla/layout/generic/nsTextFrame.cpp @@ -2014,7 +2014,7 @@ nsresult nsTextFrame::GetTextInfoForPainting(nsIPresContext* aPresConte PRInt16 textSel=0; (*aSelectionController)->GetSelectionFlags(&textSel); if (!(textSel & nsISelectionDisplay::DISPLAY_TEXT)) - aDisplayingSelection = false; + aDisplayingSelection = PR_FALSE; // Transform text from content into renderable form // XXX If the text fragment is already Unicode and text text wasn't diff --git a/mozilla/layout/html/base/src/nsTextFrame.cpp b/mozilla/layout/html/base/src/nsTextFrame.cpp index d4b3fb2e485..e3929d98788 100644 --- a/mozilla/layout/html/base/src/nsTextFrame.cpp +++ b/mozilla/layout/html/base/src/nsTextFrame.cpp @@ -2014,7 +2014,7 @@ nsresult nsTextFrame::GetTextInfoForPainting(nsIPresContext* aPresConte PRInt16 textSel=0; (*aSelectionController)->GetSelectionFlags(&textSel); if (!(textSel & nsISelectionDisplay::DISPLAY_TEXT)) - aDisplayingSelection = false; + aDisplayingSelection = PR_FALSE; // Transform text from content into renderable form // XXX If the text fragment is already Unicode and text text wasn't