From d19dbcc139d18771e5e20e82a694f1512476e41c Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Sun, 2 May 2021 03:50:05 +1000 Subject: vcl: remove MetricVector MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ib700887ca79f423c65dfb75eea36bbfd808fa172 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114976 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- canvas/source/vcl/textlayout.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'canvas') diff --git a/canvas/source/vcl/textlayout.cxx b/canvas/source/vcl/textlayout.cxx index 4bdda37d9613..b3eaee7f8fa9 100644 --- a/canvas/source/vcl/textlayout.cxx +++ b/canvas/source/vcl/textlayout.cxx @@ -169,7 +169,7 @@ namespace vclcanvas std::unique_ptr< ::tools::Long []> aOffsets(new ::tools::Long[maLogicalAdvancements.getLength()]); setupTextOffsets(aOffsets.get(), maLogicalAdvancements, aViewState, aRenderState); - MetricVector aMetricVector; + std::vector< ::tools::Rectangle > aMetricVector; uno::Sequence aBoundingBoxes; if (pVDev->GetGlyphBoundRects( Point(0,0), -- cgit