vcl/inc/sft.hxx |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit fa71320329999c968feb16ff65be328b5b8ff5e4
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Sun Oct 13 20:55:17 2019 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Mon Oct 14 08:17:37 2019 +0200

    Fix numbering of font tables in sft.hxx (vcl)
    
    Following kern table removal done with 
e3caecb5a33288dd46a80b2ffcc47a2288305052
    
    Change-Id: Ifb42f5dc85e25faf9f1a94db7179b981abb150df
    Reviewed-on: https://gerrit.libreoffice.org/80742
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/vcl/inc/sft.hxx b/vcl/inc/sft.hxx
index de97bec26abe..b3f783fdeb77 100644
--- a/vcl/inc/sft.hxx
+++ b/vcl/inc/sft.hxx
@@ -713,12 +713,12 @@ constexpr sal_uInt32 T_CFF  = 0x43464620;
 #define O_vmtx 9     /* 'vmtx' */
 #define O_OS2  10    /* 'OS/2' */
 #define O_post 11    /* 'post' */
-#define O_cvt  13    /* 'cvt_' - only used in TT->TT generation */
-#define O_prep 14    /* 'prep' - only used in TT->TT generation */
-#define O_fpgm 15    /* 'fpgm' - only used in TT->TT generation */
-#define O_gsub 16    /* 'GSUB' */
-#define O_CFF  17    /* 'CFF' */
-#define NUM_TAGS 18
+#define O_cvt  12    /* 'cvt_' - only used in TT->TT generation */
+#define O_prep 13    /* 'prep' - only used in TT->TT generation */
+#define O_fpgm 14    /* 'fpgm' - only used in TT->TT generation */
+#define O_gsub 15    /* 'GSUB' */
+#define O_CFF  16    /* 'CFF' */
+#define NUM_TAGS 17
 
     struct TrueTypeFont {
         char        *fname;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to