From d3f009819132ba59d260a8a0a1ca4d0ceceb3976 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 25 Oct 2018 15:14:07 +0200 Subject: Fix typos Change-Id: I4eda42a11239567c557431017a1fa99cb37298c5 Reviewed-on: https://gerrit.libreoffice.org/62357 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- svx/source/sdr/primitive2d/sdrframeborderprimitive2d.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx') diff --git a/svx/source/sdr/primitive2d/sdrframeborderprimitive2d.cxx b/svx/source/sdr/primitive2d/sdrframeborderprimitive2d.cxx index 072fec2498c3..fe33f10d503c 100644 --- a/svx/source/sdr/primitive2d/sdrframeborderprimitive2d.cxx +++ b/svx/source/sdr/primitive2d/sdrframeborderprimitive2d.cxx @@ -80,7 +80,7 @@ namespace const bool bSecnUsed(0.0 != rStyle.Secn()); // Get the single segment line widths. This is the point where the - // minimal discrete unit wil be used if given (fMinimalDiscreteUnit). If + // minimal discrete unit will be used if given (fMinimalDiscreteUnit). If // not given it's 0.0 and thus will have no influence. double fPrim(snapToDiscreteUnit(rStyle.Prim(), fMinimalDiscreteUnit)); const double fDist(snapToDiscreteUnit(rStyle.Dist(), fMinimalDiscreteUnit)); -- cgit