This cast seems completely unnecessary to me?

Change-Id: I93a135afc1402d9095828c4d41d669471a37f565
Reviewed-on: https://gerrit.libreoffice.org/56661
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Jenkins
This commit is contained in:
Tor Lillqvist
2018-06-29 09:45:25 +03:00
parent ab1bba8de4
commit 35189d1ebf

View File

@@ -116,7 +116,7 @@ CoreTextFontFace::~CoreTextFontFace()
sal_IntPtr CoreTextFontFace::GetFontId() const
{
return static_cast<sal_IntPtr>(mnFontId);
return mnFontId;
}
const FontCharMapRef CoreTextFontFace::GetFontCharMap() const