diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-08-31 11:01:22 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-08-31 11:01:22 +0200 |
commit | a5d4179ecf35b4cd4c7d869e06932340cd24e982 (patch) | |
tree | bf5c3c4da85de566fc87e8aaeb22d88804b9d001 /vcl/source | |
parent | f734304a7fc27e26468616b8e50d378f6ff39749 (diff) |
loplugin:constparams: vcl (macOS)
Change-Id: I993ab0021d0a0bee8e78975bba180355d2bfb19c
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/fontsubset/sft.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/fontsubset/sft.cxx b/vcl/source/fontsubset/sft.cxx index 027e0c4238bd..2f44b0fbcdf2 100644 --- a/vcl/source/fontsubset/sft.cxx +++ b/vcl/source/fontsubset/sft.cxx @@ -2288,7 +2288,7 @@ int CreateT42FromTTGlyphs(TrueTypeFont *ttf, } #if defined(_WIN32) || defined(MACOSX) || defined(IOS) -sal_uInt16 MapChar(TrueTypeFont *ttf, sal_uInt16 ch) +sal_uInt16 MapChar(TrueTypeFont const *ttf, sal_uInt16 ch) { switch (ttf->cmapType) { case CMAP_MS_Symbol: |