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

Takeshi Abe tabe at fixedpoint.jp
Thu Jan 14 03:13:31 PST 2016


 unotools/source/misc/fontdefs.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1b0166e1879d3edbbffbcc23cbf4c8c27c23b327
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Thu Jan 14 18:11:35 2016 +0900

    unotools: This list is constant
    
    Change-Id: Ib97a824cf482ba48204447f25102d112b90d3064
    Reviewed-on: https://gerrit.libreoffice.org/21463
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

diff --git a/unotools/source/misc/fontdefs.cxx b/unotools/source/misc/fontdefs.cxx
index 94b6dbc..a08941a 100644
--- a/unotools/source/misc/fontdefs.cxx
+++ b/unotools/source/misc/fontdefs.cxx
@@ -178,7 +178,7 @@ static sal_Unicode const aHiraginoKakuGothicProN[]  = { 0x30D2, 0x30E9, 0x30AE,
 static sal_Unicode const aHiraginoMaruGothicPro[]   = { 0x30D2, 0x30E9, 0x30AE, 0x30CE, 0x4E38, 0x30B4, 'p','r','o',0};
 static sal_Unicode const aHiraginoMaruGothicProN[]  = { 0x30D2, 0x30E9, 0x30AE, 0x30CE, 0x4E38, 0x30B4, 'p','r','o','n',0};
 
-static ImplLocalizedFontName aImplLocalizedNamesList[] =
+static const ImplLocalizedFontName aImplLocalizedNamesList[] =
 {
 {   "batang",               aBatang },
 {   "batangche",            aBatangChe },


More information about the Libreoffice-commits mailing list