[Libreoffice-commits] core.git: vcl/win

Caolán McNamara caolanm at redhat.com
Mon Jan 6 07:33:03 PST 2014


 vcl/win/source/gdi/salgdi3.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5f8d2ac5f3d6bd69fae981f6872bfcfac9c2d611
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Jan 6 15:32:21 2014 +0000

    pGlyphIDs->pGlyphIds
    
    Change-Id: I6325ef720294e5f3faf239fd1f18a53248d9403d

diff --git a/vcl/win/source/gdi/salgdi3.cxx b/vcl/win/source/gdi/salgdi3.cxx
index 07def60..c38f271 100644
--- a/vcl/win/source/gdi/salgdi3.cxx
+++ b/vcl/win/source/gdi/salgdi3.cxx
@@ -2533,7 +2533,7 @@ int ScopedTrueTypeFont::open(void * pBuffer, sal_uInt32 nLen,
 }
 
 sal_Bool WinSalGraphics::CreateFontSubset( const OUString& rToFile,
-    const PhysicalFontFace* pFont, sal_GlyphId* pGlyphIDs, sal_uInt8* pEncoding,
+    const PhysicalFontFace* pFont, sal_GlyphId* pGlyphIds, sal_uInt8* pEncoding,
     sal_Int32* pGlyphWidths, int nGlyphCount, FontSubsetInfo& rInfo )
 {
     // TODO: use more of the central font-subsetting code, move stuff there if needed


More information about the Libreoffice-commits mailing list