summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-12-13 10:04:26 +0000
committerKurt Zenker <kz@openoffice.org>2007-12-13 10:04:26 +0000
commit7d988c4e1681f608c6c27f2264dd9b5c8338e615 (patch)
tree7ddc8d7f1e2b05e488fd1803114b8f26ec07853d /vcl/source
parent4bebbaae5c87519d6802badff6a94e3cb53adb57 (diff)
#i84515# Mac OS X doesn't have fontconfig
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/window/window.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index bf7889f452b8..544d09a23558 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: window.cxx,v $
*
- * $Revision: 1.269 $
+ * $Revision: 1.270 $
*
- * last change: $Author: kz $ $Date: 2007-12-12 13:21:36 $
+ * last change: $Author: kz $ $Date: 2007-12-13 11:04:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -349,10 +349,12 @@ void Window::ImplInitAppFontData( Window* pWindow )
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 ) );