summaryrefslogtreecommitdiff
path: root/psprint
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2002-03-01 08:31:13 +0000
committerPhilipp Lohmann <pl@openoffice.org>2002-03-01 08:31:13 +0000
commitecc10549406dc25bc420889b678508e57c2e7d2b (patch)
tree7e099e238c1b6dc5c1179c28a523ba96b6eee05b /psprint
parent980112ef0709bf1893be7e8e97a0dd17689f35fb (diff)
#97829# #i1991# make compile on gcc
Diffstat (limited to 'psprint')
-rw-r--r--psprint/source/fontmanager/fontcache.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/psprint/source/fontmanager/fontcache.cxx b/psprint/source/fontmanager/fontcache.cxx
index 6e654e4c043b..d0e1188e77dd 100644
--- a/psprint/source/fontmanager/fontcache.cxx
+++ b/psprint/source/fontmanager/fontcache.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fontcache.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: pl $ $Date: 2002-02-28 11:49:51 $
+ * last change: $Author: pl $ $Date: 2002-03-01 09:31:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -275,7 +275,7 @@ void FontCache::flush()
void FontCache::read( const OString& rPath )
{
- String aFilePath( ByteString( rPath ), osl_getThreadTextEncoding() );
+ String aFilePath = String( ByteString( rPath ), osl_getThreadTextEncoding() );
aFilePath.AppendAscii( "/pspfontcache" );
PrintFontManager& rManager( PrintFontManager::get() );
MultiAtomProvider* pAtoms = rManager.m_pAtoms;