[Libreoffice-commits] core.git: sw/source

Thomas Arnhold thomas at arnhold.org
Thu Oct 3 05:17:38 PDT 2013


 sw/source/core/doc/poolfmt.cxx |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

New commits:
commit 84bc5c71c415f1539e066fdbaf5573bf6a467013
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Thu Oct 3 14:16:20 2013 +0200

    tweak comment
    
    remove commented out stuff (since 1996).
    
    Change-Id: I88e19409904cf04a3939b550f9f9defe3573ef0d

diff --git a/sw/source/core/doc/poolfmt.cxx b/sw/source/core/doc/poolfmt.cxx
index bcf7c90..9ff01d6 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
 };


More information about the Libreoffice-commits mailing list