summaryrefslogtreecommitdiff
path: root/psprint
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-03-18 16:46:50 +0000
committerKurt Zenker <kz@openoffice.org>2005-03-18 16:46:50 +0000
commit474bf047bbfed97b331dc89780a257657f512c4a (patch)
tree98734af6d5cd99be13dd78b15652d41c91efb4f0 /psprint
parentd0b7a0812dd7c91d5fac38cbea79856b4b4dfac2 (diff)
INTEGRATION: CWS vcl36 (1.56.2); FILE MERGED
2005/02/11 11:07:18 pl 1.56.2.1: #i42507# corrected typo (patch from cmc)
Diffstat (limited to 'psprint')
-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 2aeec4afb0f5..aaf069f1955f 100644
--- a/psprint/source/fontmanager/fontmanager.cxx
+++ b/psprint/source/fontmanager/fontmanager.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fontmanager.cxx,v $
*
- * $Revision: 1.56 $
+ * $Revision: 1.57 $
*
- * last change: $Author: rt $ $Date: 2005-01-31 08:59:28 $
+ * last change: $Author: kz $ $Date: 2005-03-18 17:46:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -3323,7 +3323,7 @@ bool PrintFontManager::checkImportPossible() const
// find a directory with write access
ByteString aDir;
for( std::list< int >::const_iterator dir_it = m_aPrivateFontDirectories.begin();
- dir_it != m_aFontDirectories.end(); ++dir_it )
+ dir_it != m_aPrivateFontDirectories.end(); ++dir_it )
{
aDir = getDirectory( *dir_it );
if( ! access( aDir.GetBuffer(), W_OK ) || createPath( aDir ) )