summaryrefslogtreecommitdiff
path: root/psprint/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 09:23:01 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 09:23:01 +0000
commitfe10d4714b00fedc1416b346d321c8371c98e088 (patch)
treed508cfc52f111e5f15bbf9112e3c7bd1a20c51e8 /psprint/inc
parent0d49d7681f5949eb0b63d473ec7dde34e9b149f3 (diff)
INTEGRATION: CWS warnings01 (1.26.6); FILE MERGED
2006/04/07 15:27:40 sb 1.26.6.3: RESYNC: (1.28-1.29); FILE MERGED 2006/01/25 17:07:48 sb 1.26.6.2: RESYNC: (1.26-1.28); FILE MERGED 2005/10/28 10:53:35 pl 1.26.6.1: #i55991# removed warnings for solaris platform
Diffstat (limited to 'psprint/inc')
-rw-r--r--psprint/inc/psprint/fontmanager.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/psprint/inc/psprint/fontmanager.hxx b/psprint/inc/psprint/fontmanager.hxx
index 17129e811a1b..1d80adf32081 100644
--- a/psprint/inc/psprint/fontmanager.hxx
+++ b/psprint/inc/psprint/fontmanager.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fontmanager.hxx,v $
*
- * $Revision: 1.30 $
+ * $Revision: 1.31 $
*
- * last change: $Author: vg $ $Date: 2006-06-02 09:47:47 $
+ * last change: $Author: hr $ $Date: 2006-06-19 10:23:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -420,7 +420,7 @@ class PrintFontManager
void getFontAttributesFromXLFD( PrintFont* pFont, const std::list< rtl::OString >& rXLFDs ) const;
- bool analyzeFontFile( int nDirID, const rtl::OString& rFileName, bool bReadFile, const std::list< rtl::OString >& rXLFDs, std::list< PrintFont* >& rNewFonts ) const;
+ bool analyzeFontFile( int nDirID, const rtl::OString& rFileName, const std::list< rtl::OString >& rXLFDs, std::list< PrintFont* >& rNewFonts ) const;
rtl::OUString convertTrueTypeName( void* pNameRecord ) const; // actually a NameRecord* formt font subsetting code
void analyzeTrueTypeFamilyName( void* pTTFont, std::list< rtl::OUString >& rnames ) const; // actually a TrueTypeFont* from font subsetting code
bool analyzeTrueTypeFile( PrintFont* pFont ) const;