diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2016-11-29 10:41:53 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2016-11-29 22:37:33 +0000 |
commit | 1ee56fc9f446bad5853b121a3c5b137c1d00bbf4 (patch) | |
tree | eae05c522a051bb0affcf031b439bd80326676ad /vcl/win/gdi | |
parent | bbda0736edb3c3c0e57e0d6abcd47accfbfe790f (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/win/gdi')
-rw-r--r-- | vcl/win/gdi/salfont.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/win/gdi/salfont.cxx b/vcl/win/gdi/salfont.cxx index 6f5743f25a4e..7f7f681dcba1 100644 --- a/vcl/win/gdi/salfont.cxx +++ b/vcl/win/gdi/salfont.cxx @@ -1963,11 +1963,6 @@ void WinSalGraphics::FreeEmbedFontData( const void* pData, long /*nLen*/ ) delete[] static_cast<char const *>(pData); } -const Ucs2SIntMap* WinSalGraphics::GetFontEncodingVector(const PhysicalFontFace*, const Ucs2OStrMap**, std::set<sal_Unicode> const**) -{ - return nullptr; -} - void WinSalGraphics::GetGlyphWidths( const PhysicalFontFace* pFont, bool bVertical, std::vector< sal_Int32 >& rWidths, |