diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 09:24:38 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 09:24:38 +0000 |
commit | df61c0c989a2cfde041a9e928888f667f56d55c6 (patch) | |
tree | 3be95c3ba0effccb396a70419c9485fb34392cfc /psprint | |
parent | b0ab30900a5d5502a97c5dcf37ff0bd5d8024e52 (diff) |
INTEGRATION: CWS warnings01 (1.3.10); FILE MERGED
2006/04/07 15:28:49 sb 1.3.10.2: RESYNC: (1.3-1.4); FILE MERGED
2005/10/21 10:15:25 pl 1.3.10.1: #i55991# removed warnings for linux platform
Diffstat (limited to 'psprint')
-rw-r--r-- | psprint/source/fontsubset/gsub.h | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/psprint/source/fontsubset/gsub.h b/psprint/source/fontsubset/gsub.h index 136184dc5a0e..16fe82112e2c 100644 --- a/psprint/source/fontsubset/gsub.h +++ b/psprint/source/fontsubset/gsub.h @@ -4,9 +4,9 @@ * * $RCSfile: gsub.h,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-01-25 11:36:10 $ + * last change: $Author: hr $ $Date: 2006-06-19 10:24:38 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,10 +36,18 @@ #ifndef _PSP_GSUB_H #define _PSP_GSUB_H +#ifdef __cplusplus +extern "C" { +#endif + int HasVerticalGSUB( struct _TrueTypeFont* pTTFile ); int UseGSUB( struct _TrueTypeFont* pTTFile, int nGlyph, int wmode ); int ReadGSUB( struct _TrueTypeFont* pTTFile, int nRequestedScript, int nRequestedLangsys ); +#ifdef __cplusplus +} +#endif + #endif /* _PSP_GSUB_H */ |