diff options
author | Herbert Duerr <hdu@openoffice.org> | 2001-07-09 15:09:25 +0000 |
---|---|---|
committer | Herbert Duerr <hdu@openoffice.org> | 2001-07-09 15:09:25 +0000 |
commit | 4cd18919dd8cb5afb2fb8c467ef79cf4cfa1df39 (patch) | |
tree | a6fe0d68b1b96e20ad23cbc5981c0c734cb9bb66 /vcl/aqua/source | |
parent | 8537bea760438d37e4dd58ef97d1a496b2089012 (diff) |
#81268# dummy implementation for SalGraphics:GetFontCodeRanges()
Diffstat (limited to 'vcl/aqua/source')
-rw-r--r-- | vcl/aqua/source/gdi/salgdi.cxx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/vcl/aqua/source/gdi/salgdi.cxx b/vcl/aqua/source/gdi/salgdi.cxx index 4e03a1e8f313..96ca37aa36d5 100644 --- a/vcl/aqua/source/gdi/salgdi.cxx +++ b/vcl/aqua/source/gdi/salgdi.cxx @@ -2,8 +2,8 @@ * * $RCSfile: salgdi.cxx,v $ * - * $Revision: 1.54 $ - * last change: $Author: pluby $ $Date: 2001-03-13 09:44:47 $ + * $Revision: 1.55 $ + * last change: $Author: hdu $ $Date: 2001-07-09 16:09:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1297,6 +1297,14 @@ ULONG SalGraphics::GetKernPairs( ULONG nPairs, // ----------------------------------------------------------------------- +ULONG SalGraphics::GetFontCodeRanges( sal_uInt32* pCodePairs ) const +{ + // TODO: try to get the necessary info from Aqua + return 0; +} // SalGraphics::GetFontCodeRanges + +// ----------------------------------------------------------------------- + void SalGraphics::GetDevFontList( ImplDevFontList *pList ) { if ( pList != NULL ) |