[Libreoffice-commits] core.git: vcl/inc

Khaled Hosny khaledhosny at eglug.org
Mon Nov 21 19:05:43 UTC 2016


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

New commits:
commit 05d175a8efceccd684c9e3d7f428073f1b142346
Author: Khaled Hosny <khaledhosny at eglug.org>
Date:   Mon Nov 21 16:23:19 2016 +0200

    Minor
    
    Change-Id: Icb074b628ae479dfe05cc1fe10121f96c492806e

diff --git a/vcl/inc/sft.hxx b/vcl/inc/sft.hxx
index 80c62c1..04aaf14 100644
--- a/vcl/inc/sft.hxx
+++ b/vcl/inc/sft.hxx
@@ -198,12 +198,12 @@ namespace vcl
         int   winDescent;         /**< descender metric for Windows                            */
         bool  symbolEncoded;      /**< true: MS symbol encoded */
         int   rangeFlag;          /**< if set to 1 Unicode Range flags are applicable          */
-        sal_uInt32 ur1;               /**< bits 0 - 31 of Unicode Range flags                      */
-        sal_uInt32 ur2;               /**< bits 32 - 63 of Unicode Range flags                     */
-        sal_uInt32 ur3;               /**< bits 64 - 95 of Unicode Range flags                     */
-        sal_uInt32 ur4;               /**< bits 96 - 127 of Unicode Range flags                    */
-        sal_uInt8   panose[10];        /**< PANOSE classification number                            */
-        sal_uInt32 typeFlags;         /**< type flags (copyright bits + PS-OpenType flag)       */
+        sal_uInt32 ur1;           /**< bits 0 - 31 of Unicode Range flags                      */
+        sal_uInt32 ur2;           /**< bits 32 - 63 of Unicode Range flags                     */
+        sal_uInt32 ur3;           /**< bits 64 - 95 of Unicode Range flags                     */
+        sal_uInt32 ur4;           /**< bits 96 - 127 of Unicode Range flags                    */
+        sal_uInt8  panose[10];    /**< PANOSE classification number                            */
+        sal_uInt32 typeFlags;     /**< type flags (copyright bits + PS-OpenType flag)       */
     } TTGlobalFontInfo;
 
 #define TYPEFLAG_INVALID        0x8000000


More information about the Libreoffice-commits mailing list