summaryrefslogtreecommitdiff
path: root/psprint
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-03-17 09:49:37 +0000
committerOliver Bolte <obo@openoffice.org>2004-03-17 09:49:37 +0000
commit62c49355d5a81911d9ef3bf2d5cb2e1b5b170db1 (patch)
tree41de12782596439ca160f15428dd626578ea8aa9 /psprint
parent41485036c7850beaf69a1a48bed451acd38a41d4 (diff)
INTEGRATION: CWS cups01 (1.4.72); FILE MERGED
2004/02/13 17:05:46 pl 1.4.72.2: RESYNC: (1.4-1.5); FILE MERGED 2003/08/12 10:21:45 pl 1.4.72.1: removed myriads of warnings
Diffstat (limited to 'psprint')
-rw-r--r--psprint/source/fontsubset/gsub.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/psprint/source/fontsubset/gsub.cxx b/psprint/source/fontsubset/gsub.cxx
index 9e8192a0bfe8..a0133cbdaf20 100644
--- a/psprint/source/fontsubset/gsub.cxx
+++ b/psprint/source/fontsubset/gsub.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: gsub.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2004-02-02 18:54:27 $
+ * last change: $Author: obo $ $Date: 2004-03-17 10:49:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -149,7 +149,7 @@ int ReadGSUB( struct _TrueTypeFont* pTTFile, unsigned char* pGsubBase,
if( (nDefaultLangsysOfs != 0) && (nDefaultLangsysOfs != nLangsysOffset) )
{
const FT_Byte* pLangSys = pGsubBase + nOfsScriptList + nOfsScriptTable + nDefaultLangsysOfs;
- const USHORT nLookupOrder = NEXT_UShort( pLangSys );
+ /*const USHORT nLookupOrder =*/ NEXT_UShort( pLangSys );
const USHORT nReqFeatureIdx = NEXT_UShort( pLangSys );
const USHORT nCntFeature = NEXT_UShort( pLangSys );
aFeatureIndexList.push_back( nReqFeatureIdx );
@@ -163,7 +163,7 @@ int ReadGSUB( struct _TrueTypeFont* pTTFile, unsigned char* pGsubBase,
if( nLangsysOffset != 0 )
{
const FT_Byte* pLangSys = pGsubBase + nOfsScriptList + nOfsScriptTable + nLangsysOffset;
- const USHORT nLookupOrder = NEXT_UShort( pLangSys );
+ /*const USHORT nLookupOrder =*/ NEXT_UShort( pLangSys );
const USHORT nReqFeatureIdx = NEXT_UShort( pLangSys );
const USHORT nCntFeature = NEXT_UShort( pLangSys );
aFeatureIndexList.push_back( nReqFeatureIdx );
@@ -222,7 +222,7 @@ int ReadGSUB( struct _TrueTypeFont* pTTFile, unsigned char* pGsubBase,
const USHORT nOfsLookupTable = *it;
const FT_Byte* pLookupTable = pGsubBase + nOfsLookupList + nOfsLookupTable;
const USHORT eLookupType = NEXT_UShort( pLookupTable );
- const USHORT eLookupFlag = NEXT_UShort( pLookupTable );
+ /*const USHORT eLookupFlag =*/ NEXT_UShort( pLookupTable );
const USHORT nCntLookupSubtable = NEXT_UShort( pLookupTable );
// TODO: switch( eLookupType )