summaryrefslogtreecommitdiffstats
path: root/kword/DESIGN
diff options
context:
space:
mode:
Diffstat (limited to 'kword/DESIGN')
-rw-r--r--kword/DESIGN10
1 files changed, 5 insertions, 5 deletions
diff --git a/kword/DESIGN b/kword/DESIGN
index 6a01ae28..a920c8db 100644
--- a/kword/DESIGN
+++ b/kword/DESIGN
@@ -38,7 +38,7 @@ cell, we contain the cells in their own KWTextFrameset.
is defined by m_zOrder in KWFrame. This number is relative to the other
frames *on the same page*.
-Frame layout and pages
+Frame tqlayout and pages
======================
Generally, the user is free to position frames where he/she wants to.
@@ -63,10 +63,10 @@ In WP mode, removing pages is automatically done by KWDocument::tryRemovingPages
In DTP mode pages are user-controlled (insert and delete page actions),
but overflowing text can still create a new page as well.
-The difficulty with frame layout is that in most cases the frame size and
-number depends on the text inside, and the text layout depends on the frames
-(frame width, frames on top, etc.). This is why text layout (formatMore())
-and frame layout (e.g. KWFrameLayout) often call each other, resulting in
+The difficulty with frame tqlayout is that in most cases the frame size and
+number depends on the text inside, and the text tqlayout depends on the frames
+(frame width, frames on top, etc.). This is why text tqlayout (formatMore())
+and frame tqlayout (e.g. KWFrameLayout) often call each other, resulting in
infinite loops when some code goes wrong.
Editing