svtools/source/control/ctrltool.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit ad9aa572594f04d2c498d087fb81b0fb215b8e7d
Author:     Julien Nabet <[email protected]>
AuthorDate: Sat Feb 5 19:14:33 2022 +0100
Commit:     Julien Nabet <[email protected]>
CommitDate: Mon Feb 7 18:05:23 2022 +0100

    tdf#113191: Add 21 and 42 in size list for CJK for typographic scale 
convention
    
    Change-Id: I2be3160dbab780254b6f02db8dec69389ec500d4
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129530
    Tested-by: Julien Nabet <[email protected]>
    Reviewed-by: Heiko Tietze <[email protected]>
    Reviewed-by: Julien Nabet <[email protected]>

diff --git a/svtools/source/control/ctrltool.cxx 
b/svtools/source/control/ctrltool.cxx
index 3d908b342ab8..e031064bf1ba 100644
--- a/svtools/source/control/ctrltool.cxx
+++ b/svtools/source/control/ctrltool.cxx
@@ -54,6 +54,7 @@ const int FontList::aStdSizeAry[] =
     160,
     180,
     200,
+    210,
     220,
     240,
     260,
@@ -61,6 +62,7 @@ const int FontList::aStdSizeAry[] =
     320,
     360,
     400,
+    420,
     440,
     480,
     540,

Reply via email to