From f352ee156c1f184b3aded8dc0ea3eeb68bfbca10 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 1 Sep 2016 10:42:34 +0100 Subject: boost::intrusive_ptr->tools::SvRef MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4c913dc62efe3f3747e78670f4efb0216d95c4ad Reviewed-on: https://gerrit.libreoffice.org/28585 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- vcl/headless/svptext.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vcl/headless/svptext.cxx') diff --git a/vcl/headless/svptext.cxx b/vcl/headless/svptext.cxx index ac7d3dcb2f45..5202109bad3e 100644 --- a/vcl/headless/svptext.cxx +++ b/vcl/headless/svptext.cxx @@ -29,12 +29,12 @@ void SvpSalGraphics::SetFont( FontSelectPattern* pIFSD, int nFallbackLevel ) m_aTextRenderImpl.SetFont(pIFSD, nFallbackLevel); } -void SvpSalGraphics::GetFontMetric( ImplFontMetricDataPtr& xFontMetric, int nFallbackLevel ) +void SvpSalGraphics::GetFontMetric( ImplFontMetricDataRef& xFontMetric, int nFallbackLevel ) { m_aTextRenderImpl.GetFontMetric(xFontMetric, nFallbackLevel); } -const FontCharMapPtr SvpSalGraphics::GetFontCharMap() const +const FontCharMapRef SvpSalGraphics::GetFontCharMap() const { return m_aTextRenderImpl.GetFontCharMap(); } -- cgit