diff options
author | Herbert Dürr <hdu@apache.org> | 2014-05-19 12:05:27 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-05-29 16:13:51 +0100 |
commit | 507efabe8b40e34c2bebfdaa00d4264c5345d3dd (patch) | |
tree | 2b120f40f1920df54e6e50d4b28ed606ed3abb67 /vcl/inc/quartz | |
parent | 682849828330f959d3a6cd63a45e1e979a1bd24c (diff) |
Resolves: #i124922# allow late setting of the font color...
for CoreText-layouted text
(cherry picked from commit 42f9768f771457c53a9f1e6a3581b2df9856401f)
Conflicts:
vcl/aqua/source/gdi/ctfonts.cxx
vcl/aqua/source/gdi/ctfonts.hxx
vcl/aqua/source/gdi/ctlayout.cxx
vcl/source/gdi/outdev3.cxx
Change-Id: Ie2685ab80ca87ea72e25f18d02f883fb36c24a36
Diffstat (limited to 'vcl/inc/quartz')
-rw-r--r-- | vcl/inc/quartz/salgdi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/quartz/salgdi.h b/vcl/inc/quartz/salgdi.h index 7451321ed29d..57dec5b59d8c 100644 --- a/vcl/inc/quartz/salgdi.h +++ b/vcl/inc/quartz/salgdi.h @@ -106,7 +106,7 @@ public: bool GetGlyphBoundRect( sal_GlyphId, Rectangle& ) const; bool GetGlyphOutline( sal_GlyphId, basegfx::B2DPolyPolygon& ) const; - void SetTextColor( const RGBAColor& ); + void SetTextColor( const RGBAColor& ) {} const CoreTextFontData* mpFontData; /// <1.0: font is squeezed, >1.0 font is stretched, else 1.0 |