diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-21 10:35:30 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-21 10:35:30 +0300 |
commit | 8831afd5d7a0a7177df00929c9bed6a05d721851 (patch) | |
tree | 6fdbdb52993aadb6321a3c65faeb3084490189d4 /vcl | |
parent | 8a65399e3d079ce9d4214cbced7840da6f0ab5be (diff) |
No need for this to be virtual then
Change-Id: I70ed11c576b75bc21ca1c9a021f0d3bf33073679
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/win/salgdi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/win/salgdi.h b/vcl/inc/win/salgdi.h index 9f7ee7b05dbc..013d70427a89 100644 --- a/vcl/inc/win/salgdi.h +++ b/vcl/inc/win/salgdi.h @@ -305,7 +305,7 @@ public: virtual void GetFontMetric( ImplFontMetricData*, int nFallbackLevel ); // get kernign pairs of the current font // return only PairCount if (pKernPairs == NULL) - virtual sal_uLong GetKernPairs( sal_uLong nPairs, ImplKernPairData* pKernPairs ); + sal_uLong GetKernPairs( sal_uLong nPairs, ImplKernPairData* pKernPairs ); // get the repertoire of the current font virtual const ImplFontCharMap* GetImplFontCharMap() const; // get the layout capabilities of the current font |