To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=84515
                 Issue #|84515
                 Summary|to-be-SRC680_m240: Mac OS X doesn't have fontconfig
               Component|gsl
                 Version|680m239
                Platform|All
                     URL|
              OS/Version|Mac OS X
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P1
            Subcomponent|code
             Assigned to|kz
             Reported by|pjanik





------- Additional comments from [EMAIL PROTECTED] Thu Dec 13 06:12:36 +0000 
2007 -------
In current HEAD needs this or something similar to be compilable on Mac OS X 
Aqua:

diff -urN ooo_SRC680_m240_src.orig/vcl/source/window/window.cxx 
ooo_SRC680_m240_src/vcl/source/window/window.cxx
--- ooo_SRC680_m240_src.orig/vcl/source/window/window.cxx       2007-12-13 
07:03:19.000000000 
+0100
+++ ooo_SRC680_m240_src/vcl/source/window/window.cxx    2007-12-13 
07:04:32.000000000 
+0100
@@ -349,10 +349,12 @@
 bool Window::ImplCheckUIFont( const Font& rFont )
 {
 #ifdef UNX // TODO: use more generic solution
+#ifndef QUARTZ
     const psp::PrintFontManager& rMgr = psp::PrintFontManager::get();
     if (rMgr.hasFontconfig())
         return true;
 #endif
+#endif
     
     String aTestText;
     aTestText.Append( Button::GetStandardText( BUTTON_OK ) );

---------------------------------------------------------------------
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]

Reply via email to