summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-03 14:16:20 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-03 14:17:17 +0200
commit84bc5c71c415f1539e066fdbaf5573bf6a467013 (patch)
tree41d1d1fae85ffd5ad5b17797153f86a3b15db086
parent301058b7eeb31360ee3ffef76523cbd1d3e4fc62 (diff)
tweak comment
remove commented out stuff (since 1996). Change-Id: I88e19409904cf04a3939b550f9f9defe3573ef0d
-rw-r--r--sw/source/core/doc/poolfmt.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/source/core/doc/poolfmt.cxx b/sw/source/core/doc/poolfmt.cxx
index bcf7c9057782..9ff01d628a78 100644
--- a/sw/source/core/doc/poolfmt.cxx
+++ b/sw/source/core/doc/poolfmt.cxx
@@ -73,16 +73,14 @@ const sal_uInt16 PT_12 = 12 * 20; // 12 pt
const sal_uInt16 PT_14 = 14 * 20; // 14 pt
const sal_uInt16 PT_16 = 16 * 20; // 16 pt
const sal_uInt16 PT_18 = 18 * 20; // 18 pt
-const sal_uInt16 PT_24 = 24 * 20; // 22 pt
+const sal_uInt16 PT_24 = 24 * 20; // 24 pt
#define HTML_PARSPACE GetMetricVal( CM_05 )
static const sal_uInt16 aHeadlineSizes[ 2 * MAXLEVEL ] = {
-// PT_16, PT_14, PT_14, PT_12, PT_12, // normal
-// we do everything procentual now:
+ // we do everything procentual now:
115, 100, 100, 85, 85,
75, 75, 75, 75, 75, // normal
-// PT_22, PT_16, PT_12, PT_11, PT_9 // HTML mode
PT_24, PT_18, PT_14, PT_12, PT_10,
PT_7, PT_7, PT_7, PT_7, PT_7 // HTML mode
};