summaryrefslogtreecommitdiffstats
path: root/kword/DESIGN
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:56:31 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:56:31 -0600
commitc9cb4f487428aad5d8cda5e3a4b9ad87390d7e54 (patch)
tree1ee1912ac4bb966475f0db0f2a78678661b4b4a5 /kword/DESIGN
parent94844816550ad672ccfcdc25659c625546239998 (diff)
downloadkoffice-c9cb4f487428aad5d8cda5e3a4b9ad87390d7e54.tar.gz
koffice-c9cb4f487428aad5d8cda5e3a4b9ad87390d7e54.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 94844816550ad672ccfcdc25659c625546239998.
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