diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-01-26 21:11:21 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-01-27 10:45:20 +0000 |
commit | dbf15c904425a4358b3c930ddff4c01982138ef6 (patch) | |
tree | 57de99f5646b5f1a62b9e053640551898d562773 /vcl/quartz | |
parent | 7f0dcdfd22f90e2697d8858558b66174bd64ae34 (diff) |
add a length arg to GetEmbedFontData
for the cases where we don't want the full result
and mark some ultra-dubious code with a TODO
Change-Id: I7cf57b8d44bbad2a6db86a8b862a757ae5062c50
Reviewed-on: https://gerrit.libreoffice.org/14189
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/quartz')
-rw-r--r-- | vcl/quartz/salgdi.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/quartz/salgdi.cxx b/vcl/quartz/salgdi.cxx index 2cb8271c570c..49ad051dacbf 100644 --- a/vcl/quartz/salgdi.cxx +++ b/vcl/quartz/salgdi.cxx @@ -738,6 +738,7 @@ const Ucs2SIntMap* AquaSalGraphics::GetFontEncodingVector( const void* AquaSalGraphics::GetEmbedFontData( const PhysicalFontFace*, const sal_Ucs* /*pUnicodes*/, sal_Int32* /*pWidths*/, + size_t /*nLen*/, FontSubsetInfo&, long* /*pDataLen*/ ) { |