diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2016-01-14 18:11:35 +0900 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-01-14 11:13:04 +0000 |
commit | 1b0166e1879d3edbbffbcc23cbf4c8c27c23b327 (patch) | |
tree | a9ddb7074d403a14b8928e5aae1cb21e9ddb1245 /unotools | |
parent | 643a33486e2c9b2700c416090dfa6bbe75ce47ae (diff) |
unotools: This list is constant
Change-Id: Ib97a824cf482ba48204447f25102d112b90d3064
Reviewed-on: https://gerrit.libreoffice.org/21463
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/misc/fontdefs.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/misc/fontdefs.cxx b/unotools/source/misc/fontdefs.cxx index 94b6dbc85b57..a08941a9cfdf 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 }, |