From 91aa90c2d6a43259640af78b8df17239090f0daf Mon Sep 17 00:00:00 2001 From: "hwaara%chello.se" Date: Mon, 29 Jul 2002 23:44:18 +0000 Subject: [PATCH] #159065, comment-only change r=jkeiser/sicking, sr=bz/jst, a=asa --- layout/generic/nsTextFrame.cpp | 6 +++--- layout/html/base/src/nsTextFrame.cpp | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/layout/generic/nsTextFrame.cpp b/layout/generic/nsTextFrame.cpp index 24724da30fe..6ec71969c85 100644 --- a/layout/generic/nsTextFrame.cpp +++ b/layout/generic/nsTextFrame.cpp @@ -2047,7 +2047,7 @@ nsresult nsTextFrame::GetTextInfoForPainting(nsIPresContext* aPresConte aDisplayingSelection = PR_FALSE; // Transform text from content into renderable form - // XXX If the text fragment is already Unicode and text text wasn't + // XXX If the text fragment is already Unicode and the text wasn't // transformed when we formatted it, then there's no need to do all // this and we should just render the text fragment directly. See // PaintAsciiText()... @@ -2097,7 +2097,7 @@ nsTextFrame::IsTextInSelection(nsIPresContext* aPresContext, TextStyle ts(aPresContext, aRenderingContext, mStyleContext); // Transform text from content into renderable form - // XXX If the text fragment is already Unicode and text text wasn't + // XXX If the text fragment is already Unicode and the text wasn't // transformed when we formatted it, then there's no need to do all // this and we should just render the text fragment directly. See // PaintAsciiText()... @@ -2246,7 +2246,7 @@ nsTextFrame::PaintUnicodeText(nsIPresContext* aPresContext, nscoord width = mRect.width; // Transform text from content into renderable form - // XXX If the text fragment is already Unicode and text text wasn't + // XXX If the text fragment is already Unicode and the text wasn't // transformed when we formatted it, then there's no need to do all // this and we should just render the text fragment directly. See // PaintAsciiText()... diff --git a/layout/html/base/src/nsTextFrame.cpp b/layout/html/base/src/nsTextFrame.cpp index 24724da30fe..6ec71969c85 100644 --- a/layout/html/base/src/nsTextFrame.cpp +++ b/layout/html/base/src/nsTextFrame.cpp @@ -2047,7 +2047,7 @@ nsresult nsTextFrame::GetTextInfoForPainting(nsIPresContext* aPresConte aDisplayingSelection = PR_FALSE; // Transform text from content into renderable form - // XXX If the text fragment is already Unicode and text text wasn't + // XXX If the text fragment is already Unicode and the text wasn't // transformed when we formatted it, then there's no need to do all // this and we should just render the text fragment directly. See // PaintAsciiText()... @@ -2097,7 +2097,7 @@ nsTextFrame::IsTextInSelection(nsIPresContext* aPresContext, TextStyle ts(aPresContext, aRenderingContext, mStyleContext); // Transform text from content into renderable form - // XXX If the text fragment is already Unicode and text text wasn't + // XXX If the text fragment is already Unicode and the text wasn't // transformed when we formatted it, then there's no need to do all // this and we should just render the text fragment directly. See // PaintAsciiText()... @@ -2246,7 +2246,7 @@ nsTextFrame::PaintUnicodeText(nsIPresContext* aPresContext, nscoord width = mRect.width; // Transform text from content into renderable form - // XXX If the text fragment is already Unicode and text text wasn't + // XXX If the text fragment is already Unicode and the text wasn't // transformed when we formatted it, then there's no need to do all // this and we should just render the text fragment directly. See // PaintAsciiText()...