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

New commits:
commit 68ad330086ac6ba02b6eefbd632c8517fcb27c5e
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Sat Feb 5 19:14:33 2022 +0100
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Tue Feb 8 09:33:49 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 <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    (cherry picked from commit ad9aa572594f04d2c498d087fb81b0fb215b8e7d)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129609
    Tested-by: Jenkins
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

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