From 35189d1ebf74e88bd349eaaebc23b78e6fceee56 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 29 Jun 2018 09:45:25 +0300 Subject: [PATCH] This cast seems completely unnecessary to me? Change-Id: I93a135afc1402d9095828c4d41d669471a37f565 Reviewed-on: https://gerrit.libreoffice.org/56661 Reviewed-by: Stephan Bergmann Tested-by: Jenkins --- vcl/quartz/salgdi.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcl/quartz/salgdi.cxx b/vcl/quartz/salgdi.cxx index e9522835a8f1..025e273ef272 100644 --- a/vcl/quartz/salgdi.cxx +++ b/vcl/quartz/salgdi.cxx @@ -116,7 +116,7 @@ CoreTextFontFace::~CoreTextFontFace() sal_IntPtr CoreTextFontFace::GetFontId() const { - return static_cast(mnFontId); + return mnFontId; } const FontCharMapRef CoreTextFontFace::GetFontCharMap() const