summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-06-17 12:51:09 +0000
committerRüdiger Timm <rt@openoffice.org>2004-06-17 12:51:09 +0000
commit7b2d328a5e8bbbfb1a1b9aab048745aa6aa2415c (patch)
tree3ccf8224216189ad5a36509079a5fba4ddd1954a
parent1d61ea8afaafebb355f92722e7c2f2ea5afa4df6 (diff)
INTEGRATION: CWS ooo64bit01 (1.45.8); FILE MERGED
2004/05/02 15:22:42 svesik 1.45.8.4: RESYNC: (1.45-1.47); FILE MERGED 2004/04/13 03:53:24 fa 1.45.8.3: #i8605# psprint changes to accomodate 64-bit VCL fixes 2004/03/31 16:48:31 fa 1.45.8.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:29:46 fa 1.45.8.1: More 64-bit changes. 'rsc' still broken, but not as much as before.
-rw-r--r--psprint/source/fontmanager/fontmanager.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/psprint/source/fontmanager/fontmanager.cxx b/psprint/source/fontmanager/fontmanager.cxx
index fb28abf9aa29..3aa854e2d777 100644
--- a/psprint/source/fontmanager/fontmanager.cxx
+++ b/psprint/source/fontmanager/fontmanager.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fontmanager.cxx,v $
*
- * $Revision: 1.49 $
+ * $Revision: 1.50 $
*
- * last change: $Author: rt $ $Date: 2004-06-17 11:35:33 $
+ * last change: $Author: rt $ $Date: 2004-06-17 13:51:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -3678,7 +3678,7 @@ bool PrintFontManager::getAlternativeFamilyNames( fontID nFont, ::std::list< OUS
bool PrintFontManager::createFontSubset(
fontID nFont,
const OUString& rOutFile,
- long* pGlyphIDs,
+ sal_Int32* pGlyphIDs,
sal_uInt8* pNewEncoding,
sal_Int32* pWidths,
int nGlyphs,