From 3aef606f2758172a27718a06fea0ff9080e4d80f Mon Sep 17 00:00:00 2001 From: Noel Date: Mon, 19 Oct 2020 15:12:38 +0200 Subject: use tools::Long in vcl Change-Id: Ice1055021e8568634e9a66ba89d3bb4ef4e731df Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104522 Tested-by: Jenkins Reviewed-by: Noel Grandin --- vcl/inc/textrender.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vcl/inc/textrender.hxx') diff --git a/vcl/inc/textrender.hxx b/vcl/inc/textrender.hxx index f1cbfd8990b5..40c253f1b889 100644 --- a/vcl/inc/textrender.hxx +++ b/vcl/inc/textrender.hxx @@ -51,8 +51,8 @@ public: int nGlyphs, FontSubsetInfo& rInfo) = 0; - virtual const void* GetEmbedFontData(const PhysicalFontFace*, long* pDataLen) = 0; - virtual void FreeEmbedFontData( const void* pData, long nDataLen ) = 0; + virtual const void* GetEmbedFontData(const PhysicalFontFace*, tools::Long* pDataLen) = 0; + virtual void FreeEmbedFontData( const void* pData, tools::Long nDataLen ) = 0; virtual void GetGlyphWidths( const PhysicalFontFace*, bool bVertical, -- cgit