To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54603
------- Additional comments from [EMAIL PROTECTED] Tue Nov 7 07:39:15 -0800
2006 -------
The psprint part so far looks good to me (it's to complex to say definitely ok
or not). however i stumbled over this minor part that makes no sense to me.
--- psprint/source/fontmanager/fontcache.cxx 2006-08-21 14:19:19.000000000
+0800
+++ psprint/source/fontmanager/fontcache.cxx 2006-08-11 09:42:31.000000000
+0800
@@ -679,9 +679,9 @@
FontDirMap::const_iterator entry = dir->second.m_aEntries.find( rFile
);
if( entry != dir->second.m_aEntries.end() )
{
- bSuccess = true;
for( FontCacheEntry::const_iterator font =
entry->second.m_aEntry.begin(); font != entry->second.m_aEntry.end(); ++font )
{
+ bSuccess = true;
PrintFontManager::PrintFont* pFont = clonePrintFont( *font );
rNewFonts.push_back( pFont );
}
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]