r=jkeiser/sicking, sr=bz/jst, a=asa
This commit is contained in:
hwaara%chello.se 2002-07-29 23:44:18 +00:00
Родитель 56871c5eb3
Коммит 91aa90c2d6
2 изменённых файлов: 6 добавлений и 6 удалений

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

@ -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()...

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

@ -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()...