diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-12-01 08:59:10 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-12-01 08:59:10 +0000 |
commit | 7a8e976a7471463421a47fddbdabd6b1d70d7503 (patch) | |
tree | 44d05a9871a20d5341e18c6c88b2254f44c21f7f /vcl/win | |
parent | 91f4614889460b04fb074d578fcd56fb71635ebc (diff) |
INTEGRATION: CWS geordi2q10 (1.50.8); FILE MERGED
2003/11/27 10:28:56 rt 1.50.8.1: #111934#: join CWS vcl7pp1r2
Diffstat (limited to 'vcl/win')
-rw-r--r-- | vcl/win/source/gdi/salgdi3.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/win/source/gdi/salgdi3.cxx b/vcl/win/source/gdi/salgdi3.cxx index 1b1b48a60e83..ec6f17ed0fff 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.50 $ + * $Revision: 1.51 $ * - * last change: $Author: kz $ $Date: 2003-11-18 14:51:51 $ + * last change: $Author: rt $ $Date: 2003-12-01 09:59:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2283,7 +2283,7 @@ BOOL WinSalGraphics::CreateFontSubset( const rtl::OUString& rToFile, //-------------------------------------------------------------------------- -const void* WinSalGraphics::GetEmbedFontData( ImplFontData* pFont, sal_Int32* pWidths, FontSubsetInfo& rInfo, long* pDataLen ) +const void* WinSalGraphics::GetEmbedFontData( ImplFontData* pFont, const sal_Unicode* pUnicodes, sal_Int32* pWidths, FontSubsetInfo& rInfo, long* pDataLen ) { // TODO: how to get access to Type 1 font files on this platform? return NULL; |