summaryrefslogtreecommitdiff
path: root/vcl/aqua
diff options
context:
space:
mode:
authorHerbert Duerr <hdu@openoffice.org>2001-07-09 15:09:25 +0000
committerHerbert Duerr <hdu@openoffice.org>2001-07-09 15:09:25 +0000
commit4cd18919dd8cb5afb2fb8c467ef79cf4cfa1df39 (patch)
treea6fe0d68b1b96e20ad23cbc5981c0c734cb9bb66 /vcl/aqua
parent8537bea760438d37e4dd58ef97d1a496b2089012 (diff)
#81268# dummy implementation for SalGraphics:GetFontCodeRanges()
Diffstat (limited to 'vcl/aqua')
-rw-r--r--vcl/aqua/source/gdi/salgdi.cxx12
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 )