[Libreoffice-commits] core.git: vcl/inc
Tor Lillqvist
tml at collabora.com
Mon Oct 21 00:35:56 PDT 2013
vcl/inc/win/salgdi.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8831afd5d7a0a7177df00929c9bed6a05d721851
Author: Tor Lillqvist <tml at collabora.com>
Date: Mon Oct 21 10:35:30 2013 +0300
No need for this to be virtual then
Change-Id: I70ed11c576b75bc21ca1c9a021f0d3bf33073679
diff --git a/vcl/inc/win/salgdi.h b/vcl/inc/win/salgdi.h
index 9f7ee7b0..013d704 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
More information about the Libreoffice-commits
mailing list