svx/source/sdr/primitive2d/sdrframeborderprimitive2d.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit edfe1dbc674bfb7043f2f352daf8f190950853cf Author: Tamas Bunth <[email protected]> AuthorDate: Sat Jan 11 18:26:39 2020 +0100 Commit: Tamás Bunth <[email protected]> CommitDate: Sat Feb 22 11:33:53 2020 +0100 Fix typo Change-Id: I4308e9957368845059d837a3ace79b5c78b7db51 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89124 Tested-by: Jenkins Reviewed-by: Tamás Bunth <[email protected]> diff --git a/svx/source/sdr/primitive2d/sdrframeborderprimitive2d.cxx b/svx/source/sdr/primitive2d/sdrframeborderprimitive2d.cxx index 5c002c1347d8..8ba6b03bbe1a 100644 --- a/svx/source/sdr/primitive2d/sdrframeborderprimitive2d.cxx +++ b/svx/source/sdr/primitive2d/sdrframeborderprimitive2d.cxx @@ -505,7 +505,7 @@ namespace * - do not forget to consequently use -rX for rMyVector * - definitions have to be ClockWise for the EndBorderLines, will be ensured by sorting * - * If you take all this into account, you will gett correctly extended BorderLinePrimitive2D + * If you take all this into account, you will get correctly extended BorderLinePrimitive2D * representations for the new to be defined BorderLine. That extensions will overlap nicely * with the corresponding BorderLines and take all multiple line definitions in the ::Style into * account. _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
