vcl/inc/quartz/salgdi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6a6e8628bdbe60931ce8e7fa9f4bb66170f7737b Author: Chris Sherlock <[email protected]> Date: Tue Sep 30 09:11:08 2014 +1000 vcl: fixup last cleanup Change-Id: I628b50b3dd7914edcacb571ead226146455f62f1 diff --git a/vcl/inc/quartz/salgdi.h b/vcl/inc/quartz/salgdi.h index 3005fae..73e57c6 100644 --- a/vcl/inc/quartz/salgdi.h +++ b/vcl/inc/quartz/salgdi.h @@ -331,7 +331,7 @@ public: virtual void GetFontMetric( ImplFontMetricData*, int nFallbackLevel ) SAL_OVERRIDE; // get the repertoire of the current font virtual const ImplFontCharMap* - GetFontCharMap() const SAL_OVERRIDE; + GetImplFontCharMap() const SAL_OVERRIDE; virtual bool GetFontCapabilities(vcl::FontCapabilities &rFontCapabilities) const SAL_OVERRIDE; // graphics must fill supplied font list virtual void GetDevFontList( PhysicalFontCollection* ) SAL_OVERRIDE; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
