diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-01-26 21:22:26 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-01-27 15:22:32 +0000 |
commit | 911f3a122a6adc36ac25940b29627b26405e2379 (patch) | |
tree | 45c60c2fe275ef256db36067f0d6a741eda2ed04 /vcl/inc/cairotextrender.hxx | |
parent | cc724c37232b721537d66c997a66c0d7866948ea (diff) |
these are const inputs, we fill widths from pGlyphIds via pEncoding
Change-Id: I32d8bbc5083223b540f76a928de505d611627957
Reviewed-on: https://gerrit.libreoffice.org/14196
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc/cairotextrender.hxx')
-rw-r--r-- | vcl/inc/cairotextrender.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/cairotextrender.hxx b/vcl/inc/cairotextrender.hxx index 87eede066651..e47b7b3f9982 100644 --- a/vcl/inc/cairotextrender.hxx +++ b/vcl/inc/cairotextrender.hxx @@ -103,8 +103,8 @@ public: virtual bool CreateFontSubset( const OUString& rToFile, const PhysicalFontFace*, - sal_GlyphId* pGlyphIDs, - sal_uInt8* pEncoding, + const sal_GlyphId* pGlyphIDs, + const sal_uInt8* pEncoding, sal_Int32* pWidths, int nGlyphs, FontSubsetInfo& rInfo) SAL_OVERRIDE; |