summaryrefslogtreecommitdiff
path: root/vcl/quartz
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2016-11-29 10:41:53 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2016-11-29 22:37:33 +0000
commit1ee56fc9f446bad5853b121a3c5b137c1d00bbf4 (patch)
treeeae05c522a051bb0affcf031b439bd80326676ad /vcl/quartz
parentbbda0736edb3c3c0e57e0d6abcd47accfbfe790f (diff)
SalGraphics::GetFontEncodingVector() is a noop now
Change-Id: Id706fa242277a0ea7ba44f52eab4a56e404bd2fa Reviewed-on: https://gerrit.libreoffice.org/31372 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
Diffstat (limited to 'vcl/quartz')
-rw-r--r--vcl/quartz/salgdi.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/vcl/quartz/salgdi.cxx b/vcl/quartz/salgdi.cxx
index e46ad771ace8..e57fd954c272 100644
--- a/vcl/quartz/salgdi.cxx
+++ b/vcl/quartz/salgdi.cxx
@@ -840,13 +840,6 @@ void AquaSalGraphics::GetGlyphWidths( const PhysicalFontFace* pFontData, bool bV
::CloseTTFont( pSftFont );
}
-const Ucs2SIntMap* AquaSalGraphics::GetFontEncodingVector( const PhysicalFontFace*,
- const Ucs2OStrMap** /*ppNonEncoded*/,
- std::set<sal_Unicode> const** )
-{
- return nullptr;
-}
-
const void* AquaSalGraphics::GetEmbedFontData( const PhysicalFontFace*,
const sal_Ucs* /*pUnicodes*/,
sal_Int32* /*pWidths*/,