summaryrefslogtreecommitdiff
path: root/vcl/win/source
diff options
context:
space:
mode:
authorHerbert Duerr <hdu@openoffice.org>2002-12-05 15:59:35 +0000
committerHerbert Duerr <hdu@openoffice.org>2002-12-05 15:59:35 +0000
commit1c39d44e6a4f678578ff6f5fc10103465ac2cbf3 (patch)
treead23b9b5f1cb19ce6036c8292317059de67c703d /vcl/win/source
parenta731a0e8f2ef894ccc2855bb3878b817a9e14e8a (diff)
#102169# W32 gets dummy implementation for SalGraphics::RemovingFont()
Diffstat (limited to 'vcl/win/source')
-rw-r--r--vcl/win/source/gdi/salgdi3.cxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/vcl/win/source/gdi/salgdi3.cxx b/vcl/win/source/gdi/salgdi3.cxx
index 1883abc3b695..3015759e6e24 100644
--- a/vcl/win/source/gdi/salgdi3.cxx
+++ b/vcl/win/source/gdi/salgdi3.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: salgdi3.cxx,v $
*
- * $Revision: 1.36 $
+ * $Revision: 1.37 $
*
- * last change: $Author: hdu $ $Date: 2002-11-22 17:11:25 $
+ * last change: $Author: hdu $ $Date: 2002-12-05 16:59:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -795,6 +795,13 @@ static HFONT ImplSelectFontA( HDC hDC, LOGFONTA& rLogFont, HFONT* pNewFont )
// -----------------------------------------------------------------------
+void SalGraphics::RemovingFont( ImplFontData* )
+{
+ // dummy implementation on W32
+}
+
+// -----------------------------------------------------------------------
+
USHORT SalGraphics::SetFont( ImplFontSelectData* pFont, int nFallbackLevel )
{
HFONT hNewFont = 0;