summaryrefslogtreecommitdiffstats
path: root/kword/TODO
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-24 10:47:46 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-24 10:47:46 +0900
commitdcc4dc7a89e5f5f7fb4217815b892f4b0106d5a0 (patch)
tree28dc129d7fd7fc71945338cfb4207d5a9a9dbcb0 /kword/TODO
parent10a82ab583d7608cd9efd5fe1e76700c9d06b4c2 (diff)
downloadkoffice-dcc4dc7a89e5f5f7fb4217815b892f4b0106d5a0.tar.gz
koffice-dcc4dc7a89e5f5f7fb4217815b892f4b0106d5a0.zip
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kword/TODO')
-rw-r--r--kword/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/kword/TODO b/kword/TODO
index 680b5429e..59acc2699 100644
--- a/kword/TODO
+++ b/kword/TODO
@@ -14,7 +14,7 @@ and then kotextformatter needs to move down by that height if .... hmm done.
Differences with OO that ought to be fixed:
-------------------------------------------
-- space above and below paragraphs is QMAX()ed indeed, like QRichText originally did.
+- space above and below paragraphs is TQMAX()ed indeed, like QRichText originally did.
- offsetFromBaseline should be a % (of the font size) instead of an absolute pt value,
even in the GUI (which currently limits to +/- 9pt).