summaryrefslogtreecommitdiffstats
path: root/kword
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 22:32:24 +0900
commitf9893e5b16c7694da25e60805fe751691e127e85 (patch)
tree2b204fdab8798eaed0346d1b24bb646c6c89085c /kword
parent8263fdf7603821cad365e436ab78557f40a9e9db (diff)
downloadkoffice-f9893e5b.tar.gz
koffice-f9893e5b.zip
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit dcc4dc7a89e5f5f7fb4217815b892f4b0106d5a0)
Diffstat (limited to 'kword')
-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).