vcl/inc/win/salgdi.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8831afd5d7a0a7177df00929c9bed6a05d721851
Author: Tor Lillqvist <[email protected]>
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
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to