From 6104a9807500c59196ff007d24cfe111f0b2754a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 10 May 2016 12:11:59 +0200 Subject: remove unused return type from SalGraphics::SetFont Change-Id: I0ca41130f5e1028a70f1242f7af3366b7c57c572 Reviewed-on: https://gerrit.libreoffice.org/24833 Tested-by: Jenkins Reviewed-by: Noel Grandin --- vcl/inc/quartz/salgdi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/inc/quartz') diff --git a/vcl/inc/quartz/salgdi.h b/vcl/inc/quartz/salgdi.h index e4c9ca1a2eeb..0f183ab53968 100644 --- a/vcl/inc/quartz/salgdi.h +++ b/vcl/inc/quartz/salgdi.h @@ -336,7 +336,7 @@ public: // set the text color to a specific color virtual void SetTextColor( SalColor nSalColor ) override; // set the font - virtual sal_uInt16 SetFont( FontSelectPattern*, int nFallbackLevel ) override; + virtual void SetFont( FontSelectPattern*, int nFallbackLevel ) override; // get the current font's metrics virtual void GetFontMetric( ImplFontMetricDataPtr&, int nFallbackLevel ) override; // get the repertoire of the current font -- cgit