diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-10-25 15:14:07 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-10-25 16:44:51 +0200 |
commit | d3f009819132ba59d260a8a0a1ca4d0ceceb3976 (patch) | |
tree | c5f7a750285bb1cc8646c770aee7ecf8f5062c66 /svx/source/sdr | |
parent | af428a570e05a7d38476208152630853dc15f41f (diff) |
Fix typos
Change-Id: I4eda42a11239567c557431017a1fa99cb37298c5
Reviewed-on: https://gerrit.libreoffice.org/62357
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx/source/sdr')
-rw-r--r-- | svx/source/sdr/primitive2d/sdrframeborderprimitive2d.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |