summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/quartz/ctlayout.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/quartz/ctlayout.cxx b/vcl/quartz/ctlayout.cxx
index 53535dfdc1a6..b02ed158d976 100644
--- a/vcl/quartz/ctlayout.cxx
+++ b/vcl/quartz/ctlayout.cxx
@@ -353,7 +353,7 @@ bool CTLayout::DrawTextSpecial( SalGraphics& rGraphics, sal_uInt32 flags ) const
// short circuit if there is nothing to do
if( (mnCharCount <= 0) || !rAquaGraphics.CheckContext() )
return true;
-
+#if 0 /* temporarely revert to the 'old way' */
if (flags & DRAWTEXT_F_OUTLINE)
{
CFMutableDictionaryRef styledict = CFDictionaryCreateMutableCopy(
@@ -384,6 +384,7 @@ bool CTLayout::DrawTextSpecial( SalGraphics& rGraphics, sal_uInt32 flags ) const
return true;
}
else
+#endif
{
return SalLayout::DrawTextSpecial(rGraphics, flags);
}