diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-09-30 09:11:08 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-09-30 09:11:08 +1000 |
commit | 6a6e8628bdbe60931ce8e7fa9f4bb66170f7737b (patch) | |
tree | acec4d346bd76cd37e516b84c19d0aba87a0f35c /vcl | |
parent | 19a35bcd5beff8d1fede856c6c4078dd6716c1cf (diff) |
vcl: fixup last cleanup
Change-Id: I628b50b3dd7914edcacb571ead226146455f62f1
Diffstat (limited to 'vcl')
-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 3005fae7bcc9..73e57c697df9 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; |